boinor.twobody.propagation ========================== .. py:module:: boinor.twobody.propagation .. autoapi-nested-parse:: The following script holds the different high level functions for the different propagators available at boinor: +-------------+------------+-----------------+-----------------+ | Propagator | Elliptical | Parabolic | Hyperbolic | +-------------+------------+-----------------+-----------------+ | farnocchia | ✓ | ✓ | ✓ | +-------------+------------+-----------------+-----------------+ | vallado | ✓ | ✓ | ✓ | +-------------+------------+-----------------+-----------------+ | mikkola | ✓ | ✓ | ✓ | +-------------+------------+-----------------+-----------------+ | markley | ✓ | x | x | +-------------+------------+-----------------+-----------------+ | pimienta | ✓ | ✓ | x | +-------------+------------+-----------------+-----------------+ | gooding | ✓ | x | x | +-------------+------------+-----------------+-----------------+ | danby | ✓ | ✓ | ✓ | +-------------+------------+-----------------+-----------------+ | cowell | ✓ | ✓ | ✓ | +-------------+------------+-----------------+-----------------+ | recseries | ✓ | x | x | +-------------+------------+-----------------+-----------------+ Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/boinor/twobody/propagation/cowell/index /autoapi/boinor/twobody/propagation/danby/index /autoapi/boinor/twobody/propagation/enums/index /autoapi/boinor/twobody/propagation/farnocchia/index /autoapi/boinor/twobody/propagation/gooding/index /autoapi/boinor/twobody/propagation/markley/index /autoapi/boinor/twobody/propagation/mikkola/index /autoapi/boinor/twobody/propagation/pimienta/index /autoapi/boinor/twobody/propagation/recseries/index /autoapi/boinor/twobody/propagation/vallado/index Attributes ---------- .. autoapisummary:: boinor.twobody.propagation.ALL_PROPAGATORS boinor.twobody.propagation.ELLIPTIC_PROPAGATORS boinor.twobody.propagation.PARABOLIC_PROPAGATORS boinor.twobody.propagation.HYPERBOLIC_PROPAGATORS boinor.twobody.propagation.__all__ Package Contents ---------------- .. py:data:: ALL_PROPAGATORS .. py:data:: ELLIPTIC_PROPAGATORS .. py:data:: PARABOLIC_PROPAGATORS .. py:data:: HYPERBOLIC_PROPAGATORS .. py:data:: __all__