<< CL_fr_G502J2000 DEPRECATED CL_fr_G502ter >>

CelestLab >> DEPRECATED > CL_fr_G502J2000Mat

CL_fr_G502J2000Mat

Gamma50 (Veis) to EME2000 (J2000) transformation matrix - DEPRECATED

Calling Sequence

M = CL_fr_G502J2000Mat(cjd [,dPsi,dEps,conv_iers])

Description

Parameters

cjd:

modified julian day from 1950.0 (UTC) (1xN)

ut1_utc :

(optional) ut1-utc [seconds] (default is 0) (1xN)

xp :

(optional) x polar coordinate [radians] (default is 0) (1xN)

yp :

(optional) y polar coordinate [radians] (default is 0) (1xN)

dPsi :

(optional) Nutation corrections [radians] (default is 0) (1xN)

dEps :

(optional) Nutation corrections [radians] (default is 0) (1xN)

conv_iers :

(optional) Convention IERS. Only iers 1996 (Lieske/Wahr) is implemented (default is "iers_1996")

M:

Gamma50 (Veis) to EME2000 transformation matrix (3x3xN)

Authors

Bibliography

See also

Examples

pos_G50 = [[3500.e3;2500.e3;5800.e3] , [4500.e3;2100.e3;6800.e3]];
cjd = [21010 , 21011];
M = CL_fr_G502J2000Mat(cjd);
pos_J2000 = M*pos_G50;

pos_J2000=CL_fr_G502J2000(cjd,pos_G50);

Report an issue
<< CL_fr_G502J2000 DEPRECATED CL_fr_G502ter >>