Skip to content

Commit

Permalink
feat(daily): modify default script for updated freqmap task
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Feb 27, 2023
1 parent 5e11e40 commit 8479089
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions ch_pipeline/processing/daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@
files: "{timing_file}"
distributed: false
# Load the frequency map
- type: ch_pipeline.core.io.LoadSetupFile
out: freqmap
params:
filename: "{freqmap_file}"
distributed: false
- type: draco.core.misc.AccumulateList
in: tcorr
out: tcorrlist
Expand Down Expand Up @@ -162,10 +155,16 @@
in: full_bad_baseline_mask
out: bad_baseline_mask
# Load the frequency map active when this data was collected
- type: ch_pipeline.core.dataquery.QueryFrequencyMap
in: tstream
out: freqmap
params:
cache: true
# Identify decorrelated cylinders
- type: ch_pipeline.analysis.flagging.MaskDecorrelatedCylinder
requires: freqmap
in: [tstream, inputmap]
in: [tstream, inputmap, freqmap]
out: decorr_cyl_mask
params:
threshold: 5.0
Expand Down

0 comments on commit 8479089

Please sign in to comment.