<< CL_dat_jd2cal DEPRECATED CL_dat_mjd2cjd >>

CelestLab >> DEPRECATED > CL_dat_jd2cjd

CL_dat_jd2cjd

Julian day to modified (1950.0) Julian day - DEPRECATED

Calling Sequence

cjd = CL_dat_jd2cjd(jd)

Description

Parameters

jd:

(real) Julian day (1xN)

cjd:

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

Bibliography

See also

Authors

Examples

// Example 1
CL_dat_jd2cjd([20000;20001])

// Example 2
jd=[2451546 2451000];
cjd = CL_dat_jd2cjd(jd);
jd2 = CL_dat_cjd2jd(cjd);

Report an issue
<< CL_dat_jd2cal DEPRECATED CL_dat_mjd2cjd >>