Skip to content

Commit

Permalink
feat(daily): remove extra bands from factorizable mask
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Apr 8, 2024
1 parent ca2dabb commit 6d430c4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ch_pipeline/processing/daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,21 +538,11 @@
# Try and derive an optimal time-freq factorizable mask that covers the
# existing masked entries
# Also, mask out some additional frequencies:
# 506.25 - 511.71 MHz: band which isn't that visible in the data but generates
# a lot of high delay power
# 519.14 - 525.4 MHz: unmasked band in the stack that seems to generate a lot
# of power across all delays
# 601.56 - 608.59 MHz: sporadic band which generates some power
# 459.38 - 465.23 MHz: another high-power band in the stack
# 609.77 - 610.55 MHz: narrow band in stack creating artifacts in delay-filtered
# ringmaps
- type: draco.analysis.flagging.MaskFreq
in: sstream_blend3
out: factmask
params:
factorize: true
bad_freq_ind: [[738, 753], [703, 720], [490, 509], [857, 873], [485, 488]]
# Apply the RFI mask. This will modify the data in place.
- type: draco.analysis.flagging.ApplyTimeFreqMask
Expand Down

0 comments on commit 6d430c4

Please sign in to comment.