Offset between 2 dates
[seconds] = CL_dat_offset(cjd, cjd_ref)
Computes the offset between 2 dates.
By definition: seconds = (cjd - cjd_ref) * 86400.
This function can be used for dates represented as 1 real number (size: 1xN) or 2 real numbers (size: 2xN).
Note:
All dates and durations are relative to the same time scale.
Modified (1950.0) Julian date in any time scale. (1xN or 2xN or 1x1 or 2x1)
Modified (1950.0) Julian date in the same time scale as cjd. (1xN or 2xN or 1x1 or 2x1)
Number of seconds between cjd_ref and cjd (same time scale as cjd and cjd_ref). (1xN)
CNES - DCT/SB