<< CL_dat_cjd2jd DEPRECATED CL_dat_jd2cal >>

CelestLab >> DEPRECATED > CL_dat_cjd2mjd

CL_dat_cjd2mjd

Modified (1950.0) Julian day to modified Julian day - DEPRECATED

Calling Sequence

mjd = CL_dat_cjd2mjd(cjd)

Description

Parameters

cjd:

(real) Modified (1950.0) Julian day (1xN)

mjd:

(real) Modified Julian day (1xN)

See also

Authors

Examples

cjd=[20000.256,20001.897];
mjd = CL_dat_cjd2mjd(cjd);
cjd2 = CL_dat_mjd2cjd(mjd);

Report an issue
<< CL_dat_cjd2jd DEPRECATED CL_dat_jd2cal >>