dsgp4 v1.0.0
This release improves the dsgp4 batching, which was not working as efficiently as it should be, due to some operations being performed in the propagate_batch
, instead of in the initialization part. As a result of this, a few breaking modifications to the way batches are initialized and batch propagation is performed were made. In particular:
initialize_tle
now also returns an extra output (thetle_batch
), when a list of tles is passed as input- that
tle_batch
must be used in thepropagate_batch
function: in this way, proper batch parallelization is done
Tests & docs have also been updated accordingly.