Skip to content

Commit

Permalink
ssins default to good times
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Oct 17, 2024
1 parent b6c3ea8 commit 1b044e1
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 @@ -550,7 +550,7 @@ def read_raw(uvd: UVData, metafits, raw_fits, read_kwargs):
# group and read raw by channel to save memory
raw_channel_groups = group_raw_by_channel(metafits, raw_fits)
# channels not always aligned in time
good = False
good = True
times = mwalib_get_common_times(metafits, raw_fits, good)
time_array = times.jd.astype(float)
print(
Expand Down

0 comments on commit 1b044e1

Please sign in to comment.