Skip to content

Commit

Permalink
fix(flagging): redistribute back to frequency after generating baseli…
Browse files Browse the repository at this point in the history
…ne mask
  • Loading branch information
ljgray committed Dec 4, 2023
1 parent 1fb52bf commit a66283b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draco/analysis/flagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,10 @@ def process(
# Save mask to output container
mask_cont.mask[:] = mpiarray.MPIArray.wrap(local_mask, axis=1)

# Distribute back across frequency
mask_cont.redistribute("freq")
stream.redistribute("freq")

return mask_cont


Expand Down

0 comments on commit a66283b

Please sign in to comment.