Skip to content

Commit

Permalink
feat(quarterstack): apply a gradient fix to rebinned stack
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed May 4, 2024
1 parent fb95547 commit bf1be05
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ch_pipeline/processing/quarterstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,15 @@
params:
output_name: "sstack.zarr.zip"
# Apply a gradient rebin correction
- type: draco.analysis.sidereal.RebinGradientFix
requires: sstack_stack
in: sstack_stack
out: sstack_fix
- type: draco.analysis.ringmapmaker.RingMapMaker
requires: manager
in: sstack_trunc
in: sstack_fix
out: ringmap
params:
single_beam: true
Expand Down Expand Up @@ -198,7 +204,7 @@
# Mask out the bright sources so we can see the high delay structure more easily
- type: ch_pipeline.analysis.flagging.MaskSource
in: sstack_stack
in: sstack_fix
out: sstack_flag_src
params:
source: ["CAS_A", "CYG_A", "TAU_A", "VIR_A"]
Expand Down

0 comments on commit bf1be05

Please sign in to comment.