From 09e040aa10f8097c590d08a84d1f8655d3427374 Mon Sep 17 00:00:00 2001 From: Eddie Schlafly Date: Fri, 17 Nov 2023 13:25:54 -0500 Subject: [PATCH] Mark jump step as incomplete in fully-saturated case. --- romancal/pipeline/exposure_pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/romancal/pipeline/exposure_pipeline.py b/romancal/pipeline/exposure_pipeline.py index 5ff3e376e..d91ede820 100644 --- a/romancal/pipeline/exposure_pipeline.py +++ b/romancal/pipeline/exposure_pipeline.py @@ -134,6 +134,7 @@ def process(self, input): "refpix", "linearity", "ramp_fit", + "jump", "tweakreg", ]: result.meta.cal_step[step_str] = "SKIPPED"