Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extra bands from factorizable mask #233

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading