Path: LunarMissions/LunarEphemeris
% Computes the matrix that transforms from ECI to selenographic axes.
mean is the default type.
Type MoonRot for a demo.
--------------------------------------------------------------------------
Form:
[g, omega] = MoonRot( jD, type )
--------------------------------------------------------------------------
------
Inputs
------
jD (1,1) Julian Date
type (1,4) 'mean' or 'true'
-------
Outputs
-------
g (3,3) ECI To Selenographic
omega (3,1) ECI Polar rotation vector
--------------------------------------------------------------------------
References: Escobal, P. R., Methods of Orbit Determination, Krieger,
pp. 413-416.
--------------------------------------------------------------------------
Back to the LunarMissions Module page