<< CL_fr_J20002G50 DEPRECATED CL_fr_ter2G50 >>

CelestLab >> DEPRECATED > CL_fr_J20002ter

CL_fr_J20002ter

EME2000 (J2000) to terrestrial frame vector transformation - DEPRECATED

Calling Sequence

[pos_ter,vel_ter,jacob] = CL_fr_J20002ter(cjd,pos_J2000 [,vel_J2000,ut1_utc,xp,yp,dPsi,dEps,conv_iers])

Description

Parameters

cjd:

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

pos_J2000:

position vector relative to EME2000 [m] (3xN or 3x1)

vel_J2000:

(optional) velocity vector relative to EME2000 [m/s] (3xN or 3x1)

ut1_utc :

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

xp :

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

yp :

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

dPsi :

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

dEps :

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

conv_iers :

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

pos_ter:

position vector relative to terrestrial frame [m] (3xN)

vel_ter:

(optional) velocity vector relative to terrestrial frame [m/s] (3xN)

jacob:

(optional) jacobian of the transformation (6x6xN)

Authors

Bibliography

See also

Examples

// Position
pos_J2000 = [7000.e3; 0; 0];
cjd = [21010 , 21011];
pos_ter = CL_fr_J20002ter(cjd, pos_J2000);

// Position, velocity and jacobian
pos_J2000 = [7000.e3; 0; 0];
vel_J2000 = [0; 7000; 0];
cjd = [21010 , 21011];
[pos_ter, vel_ter, jacob] = CL_fr_J20002ter(cjd, [pos_J2000,pos_J2000], [vel_J2000,vel_J2000])

Report an issue
<< CL_fr_J20002G50 DEPRECATED CL_fr_ter2G50 >>