Skip to content

Commit

Permalink
log time
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Oct 15, 2024
1 parent 40e21e1 commit f34beb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/11_allsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ def main():
if t_scale not in degenerate_axes:
t_slice, t_suffix = [t_idx], f"-t{t_idx:0{time_digits}}"

print(f"{t.iso} mjd={t.mjd:.6f} unix={t.unix:.3f}")

for f_idx, f in enumerate(ss.freq_array):
λ = 2.99e8 / f

Expand Down

0 comments on commit f34beb0

Please sign in to comment.