t = np.array([708633032184000000, 536463012184000000])
print(cdflib.epochs.CDFepoch.breakdown_tt2000(t)[0])
print(cdflib.epochs.CDFepoch.breakdown_tt2000(t[0]))
The two prints here give inconsistent results. This seems related to the value of overflow in cdflib.epochs.CDFepoch._LeapSecondsfromJ2000. But I cannot understand this function.
The two prints here give inconsistent results. This seems related to the value of
overflow
incdflib.epochs.CDFepoch._LeapSecondsfromJ2000
. But I cannot understand this function.