siderealTime
Syntax
Description
calculates mean sidereal time at a specific Coordinated Universal Time (UTC), specified as a
Julian date.thGMST
= siderealTime(utcJD
)
calculates mean sidereal time at a specific Coordinated Universal Time (UTC) at a higher
precision using Earth orientation parameters.thGMST
= siderealTime(utcJD
, dUT1
, dAT
)
[
calculates mean and apparent sidereal times. thGMST
,thGAST
] = siderealTime(utcJD
,dUT1
,dAT
)
Note
Apparent sidereal time calculation requires that you download ephemeris data using
the Add-On Explorer. To start the Add-On Explorer, in the MATLAB® Command Window, type aeroDataPackage
. on the MATLAB desktop toolstrip, click the Add-Ons button.
Examples
Input Arguments
Output Arguments
References
[1] Vallado, D. A. Fundamentals of Astrodynamics and Applications. alg. 1 and eqs. 1-63. New York: McGraw-Hill, 1997.
Version History
Introduced in R2021a
See Also
ecef2eci
| eci2ecef
| dcmeci2ecef
| CubeSat Vehicle (Aerospace Blockset)