Skip to content

Commit

Permalink
add jd to times message
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Oct 17, 2024
1 parent b803dbb commit b6c3ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/04_ssins.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def read_raw(uvd: UVData, metafits, raw_fits, read_kwargs):
times = mwalib_get_common_times(metafits, raw_fits, good)
time_array = times.jd.astype(float)
print(
f"times from {times[0].isot} ({times[0].gps}) to {times[-1].isot} ({times[-1].gps})"
f"times from {times[0].isot} (gps={times[0].gps} jd={times[0].jd}) to {times[-1].isot} (gps={times[-1].gps} jd={times[-1].jd})"
)

n_chs = len(raw_channel_groups)
Expand Down

0 comments on commit b6c3ea8

Please sign in to comment.