ElementConvert(Variable, Variable, Variable, Array, Variable, Variable) Function |
Top |
DescriptionConverts the orbital state specified by elementArray from the fromSystem element set to the toSystem element set, specifying the value of B* to use when converting to or from the SGP4 element set by bStar and the central body gravitational parameter by mu. B* can only be specified when fromSystem or toSystem is SGP4. The order of the elements for each element set are listed below (using the Spacecraft properties):
- CARTESIAN: X, Y, Z, VX, VY, VZ - KEPLERIAN: A, E, I, RAAN, W, TA - NONSINGULAR_KEPLERIAN: NonSingularA, NonSingularE1, NonSingularE2, NonSingularE3, NonSingularE4, NonSingularE5 - EQUINOCTIAL: EquinoctialA, EquinoctialH, EquinoctialK, EquinoctialP, EquinoctialQ, EquinoctialLongitude - BROUWER_MEAN: BL_A, BL_E, BL_I, BL_RAAN, BL_W, BL_MA - J2_BROUWER_MEAN: BLJ2A, BLJ2E, BLJ2I, BLJ2RAAN, BLJ2W, BLJ2MA - SPHERICAL: SphericalRadius, RA, DEC, Vi, SphericalAzimuth, VerticalFPA - SPHERICAL_LATLONG: LatLongRadius, Latitude, Longitude, LatLongVi, LatLongAzimuth, HorizontalFPA - SGP4: Mean I, Mean RAAN, Mean E, Mean W, Mean MA, Mean MeanMotion - MODIFIED_EQUINOCTIAL: ModifiedEquinoctialP, ModifiedEquinoctialF, ModifiedEquinoctialG, ModifiedEquinoctialH, ModifiedEquinoctialK, ModifiedEquinoctialL - SGP4 EQUINOCTIAL: Mean EquinoctialH, Mean EquinoctialK, Mean EquinoctialP, Mean EquinoctialQ, Mean EquinoctialLongitude, Mean EquinoctialMeanMotion
Note, when used to convert an element set into SGP4 elements this function is not compatible with the SGP4/SDP4 propagator.
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.
Function Signature
Arguments
Return Value
Returns a six-element array containing the orbital state in the output element set. When converting TO SGP4, the output state will be referenced to the TEME coordinate system. When converting FROM SGP4, the output state will be referenced to the ICRF.
Syntax
See also
|