Description
The SGP4 object provides access to the United States Space Force SGP4 propagation algorithm, included in FreeFlyer's installation package through the AstroStds library. The included DLL files are stored in the FreeFlyer installation directory under "Support Files\Engine\Third Party\64_Bit\AstroStdsSgp4Prop". This directory also includes a license file to enable users to access the open source SGP4 implementation. This library also supports the SGP4-XP algorithm, which is used with TLE data in ephemeris type 4 format and includes Solar Radiation Pressure modeling. See the Two-Line Element Set File page for more information.
Inheritance Hierarchy: Object->Propagator->SGP4
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.
Click here to see the documentation for this object in nanosecond timing precision mode.
Signatures
|
Description
|
SGP4()
|
Creates a default SGP4 object.
|
SGP4(ForceModel forceModel)
|
Create a propagator with the specified ForceModel. Note: On analytical propagators the ForceModel is not used. In this situation, the default constructor with no arguments should be used.
|
|
Name
|
Description
|
Attributes
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
StepSize
|
The number of seconds the propagated object is advanced when the Step command is executed.
|
Type: Variable
Access: Read/Write
Units: s
|
|
Name
|
Description
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
|
See also
Spacecraft Propagators
Setting up an Integrator
|