<< CL_dat_cal2jd DEPRECATED CL_dat_cjd2mjd >>

CelestLab >> DEPRECATED > CL_dat_cjd2jd

CL_dat_cjd2jd

Modified (1950.0) Julian day to Julian day - DEPRECATED

Calling Sequence

jd = CL_dat_cjd2jd(cjd)

Description

Parameters

cjd:

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

jd:

(real) Julian day (1xN)

Bibliography

See also

Authors

Examples

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

// Example 2
cjd=[18262.5 18000];
jd = CL_dat_cjd2jd(cjd);
cjd2 = CL_dat_jd2cjd(jd);

Report an issue
<< CL_dat_cal2jd DEPRECATED CL_dat_cjd2mjd >>