<< CL_locationInfo Models CL_mod_atmRefract >>

CelestLab >> Models > CL_mod_IAUBodyAngles

CL_mod_IAUBodyAngles

Rotation angles defining the IAU body-fixed rotating frame

Calling Sequence

[angles, angles_der] = CL_mod_IAUBodyAngles(cjd, body [,tt_tref])

Description

Parameters

cjd:

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

body:

(string) Name of the body. ("Mercury","Venus","Earth","Mars","Jupiter","Saturn","Uranus", "Neptune", "Sun" or "Moon") (1x1)

tt_tref:

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

angles:

Angles [alpha0;delta0;W] defining the orientation of the body [rad]. (1xN)

angles_der:

Time derivatives of Angles = [alpha0dot;delta0dot;Wdot] [rad/s]. (1xN)

Authors

Bibliography

See also

Examples

cjd = CL_dat_cal2cjd(2010,02,03,05,35,25); // TREF time scale

[angles,angles_der] = CL_mod_IAUBodyAngles(cjd, "Mars")

Report an issue
<< CL_locationInfo Models CL_mod_atmRefract >>