You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: