Skip to content

Commit

Permalink
feat(quarterstack): add a block until stack is written out
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed May 14, 2024
1 parent a9601c4 commit bb71a37
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ch_pipeline/processing/quarterstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@
# a weighted average
- type: draco.analysis.sidereal.SiderealStacker
in: sstream_mask6
out: sstack_stack
out: sstack
params:
tag: {tag}
# Precision truncate the sidereal stack data
- type: draco.core.io.Truncate
in: sstack_stack
in: sstack
out: sstack_trunc
params:
dataset:
Expand All @@ -190,9 +190,15 @@
params:
output_name: "sstack.zarr.zip"
# Block until the stack file is written out
- type: draco.core.misc.WaitUntil
requires: sstack_zip_handle
in: sstack
out: sstack2
# Apply a gradient rebin correction
- type: draco.analysis.sidereal.RebinGradientFix
in: sstack_stack
in: sstack2
out: sstack_fix
- type: draco.analysis.ringmapmaker.RingMapMaker
Expand Down

0 comments on commit bb71a37

Please sign in to comment.