propagate_many_slow#

cysgp4.propagate_many_slow(mjds, tles, observers=None, do_eci_pos=True, do_eci_vel=True, do_geo=True, do_topo=True, on_error='raise')[source]#

This is a slow (non-parallelized, Python-looping) version of propagate_many that is meant for testing and benchmarking only. It has the same interface.