Skip to content

Commit

Permalink
Reject earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Aug 25, 2024
1 parent 88a3d8c commit 7c0701f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirar/pipelines/wirc/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
log = [
ImageRejector((BASE_NAME_KEY, "_diff.fits")),
ImageRejector(("object", "test")),
ImageRejector(("CORRUPT", "True")),
ImageDebatcher(),
CustomImageBatchModifier(label_stack_id),
ImageRebatcher("stackid"),
Expand Down Expand Up @@ -119,7 +120,6 @@
]

masking = [
ImageSelector(("CORRUPT", ["False"])),
ImageSelector((OBSCLASS_KEY, ["science", "dark"])),
MaskPixelsFromPath(mask_path=wirc_mask_path),
]
Expand Down

0 comments on commit 7c0701f

Please sign in to comment.