From b6c3ea8b07a9f34eece72050dbc016754a661ca9 Mon Sep 17 00:00:00 2001 From: d3v-null Date: Thu, 17 Oct 2024 11:56:19 +0800 Subject: [PATCH] add jd to times message --- demo/04_ssins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/04_ssins.py b/demo/04_ssins.py index 35dc745..ef41edd 100755 --- a/demo/04_ssins.py +++ b/demo/04_ssins.py @@ -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)