We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727b7a8 commit e5158c3Copy full SHA for e5158c3
1 file changed
imap_processing/lo/l1b/lo_l1b.py
@@ -2676,7 +2676,8 @@ def l1b_bgrates_and_goodtimes(
2676
logger.debug(
2677
f" Closing interval due to rate threshold: {begin} -> {end}"
2678
)
2679
-
+ print(" antiram_h_rate: ", antiram_h_rate, " at index ", index)
2680
+ print("l1b_histrates epoch: ", l1b_histrates["epoch"][index - 1].values)
2681
epochs[row_count] = l1b_histrates["epoch"][index - 1].values.item()
2682
goodtimes[row_count, :] = [int(begin - 620), int(end + 320)]
2683
0 commit comments