Skip to content

Commit

Permalink
added TAI time comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rstrub committed Jan 10, 2024
1 parent f3c5cdb commit ad7a072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes_eea/util/time/iso_epoch.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def epoch_to_eea_iso(trange):
"""
in_iso = []
for t in trange:
c = cdflib.epochs.CDFepoch.encode_tt2000(int(t))
c = cdflib.epochs.CDFepoch.encode_tt2000(int(t)) # this number is based on an EEA, not FPI TAI time
in_iso.append((c.replace("T"," ")[0:19]))
return in_iso

Expand Down

0 comments on commit ad7a072

Please sign in to comment.