:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WSF_NORAD_PROPAGATOR -------------------- .. contents:: :local: .. model:: propagator WSF_NORAD_PROPAGATOR .. parsed-literal:: :doc:`propagator` :model:`WSF_NORAD_PROPAGATOR` ... `Orbital Element Commands`_ ... ... `Orbit Command for Two-Line Elements (TLEs)`_ ... ... `Common Orbital Propagator Commands`_... end_propagator Overview ======== :model:`WSF_NORAD_PROPAGATOR` implements a propagator for a platform in orbit about the Earth. It is useful for modeling satellites for which :command:`two-line element (TLE)` sets are available, including most operational Earth-orbiting satellites, non-operational satellites, and actively-tracked orbiting debris. The propagator implements propagation algorithms as defined in the document *SpaceTrack Report No. 3* (https://www.celestrak.com/NORAD/documentation/spacetrk.pdf) . This report provides algorithms that define several models; the propagator selects the appropriate model (NORAD SGP, SGP4, SGP8, SDP4, or SDP8) for propagation depending on the data provided in the two-line element. Oblate earth, drag, and third-body Sun and Moon perturbation effects are taken into account by these models. .. block:: WSF_NORAD_PROPAGATOR Commands ======== .. _WSF_NORAD_PROPAGATOR.Orbital_State_Commands: .. include:: orbital_state.txt .. _WSF_NORAD_PROPAGATOR.Two_Line_Element_Commands: .. include:: two_line_element_commands.txt .. _WSF_NORAD_PROPAGATOR.Common_Orbital_Propagator_Commands: .. include:: common_orbital_propagator_commands.txt