Skip to content

Commit e5158c3

Browse files
committed
added print statements for pipeline debug
1 parent 727b7a8 commit e5158c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

imap_processing/lo/l1b/lo_l1b.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2676,7 +2676,8 @@ def l1b_bgrates_and_goodtimes(
26762676
logger.debug(
26772677
f" Closing interval due to rate threshold: {begin} -> {end}"
26782678
)
2679-
2679+
print(" antiram_h_rate: ", antiram_h_rate, " at index ", index)
2680+
print("l1b_histrates epoch: ", l1b_histrates["epoch"][index - 1].values)
26802681
epochs[row_count] = l1b_histrates["epoch"][index - 1].values.item()
26812682
goodtimes[row_count, :] = [int(begin - 620), int(end + 320)]
26822683
logger.debug(

0 commit comments

Comments
 (0)