<< CL_mod_geomagField Models Orbit properties >>

CelestLab >> Models > CL_mod_siderealTime

CL_mod_siderealTime

Sidereal time (ECI to ECF rotation angle)

Calling Sequence

[sidt,sidtdot] = CL_mod_siderealTime(cjd [,ut1_tref,frame])

Description

Parameters

cjd:

Modified (1950.0) Julian day (Time scale: TREF) (1xN)

ut1_tref:

(optional) UT1-TREF [seconds]. Default is %CL_UT1_TREF (1xN or 1x1)

frame:

(string, optional) Name of the inertial frame. Default is "ECI" (1x1)

sidt :

Sidereal time [rad]

sidtdot :

Sidereal time first derivative [rad/s]

Authors

Examples

// Use default time scale (TREF), and default frame (ECI)
[sidt,sidtdot] = CL_mod_siderealTime(21915.3252)

// TREF = UTC, UT1-UTC = 0.2 and Frame = Veis
cjd_utc = CL_dat_cal2cjd(2008,10,25,15,30,25);
ut1_tref = 0.2;
[sidt,sidtdot] = CL_mod_siderealTime(cjd_utc, ut1_tref, "Veis")

Report an issue
<< CL_mod_geomagField Models Orbit properties >>