diff --git a/pipelines/_ingredients/wepDirectDetectScienceGroupPipeline.yaml b/pipelines/_ingredients/wepDirectDetectScienceGroupPipeline.yaml index 3ac83309..481cd9d9 100644 --- a/pipelines/_ingredients/wepDirectDetectScienceGroupPipeline.yaml +++ b/pipelines/_ingredients/wepDirectDetectScienceGroupPipeline.yaml @@ -6,10 +6,10 @@ tasks: config: # Although we don't have to apply the amp offset corrections, we do want # to compute them for analyzeAmpOffsetMetadata to report on as metrics. - doAmpOffset: true - ampOffset.doApplyAmpOffset: false + doAmpOffset: True + ampOffset.doApplyAmpOffset: False # Turn off slow steps in ISR - doBrighterFatter: false + doBrighterFatter: False # Mask saturated pixels, # but turn off quadratic crosstalk because it's currently broken doSaturation: True diff --git a/pipelines/production/comCamBaselineUSDF_Danish.yaml b/pipelines/production/comCamBaselineUSDF_Danish.yaml index 7f32a348..d419da68 100644 --- a/pipelines/production/comCamBaselineUSDF_Danish.yaml +++ b/pipelines/production/comCamBaselineUSDF_Danish.yaml @@ -20,7 +20,7 @@ tasks: estimateZernikes.binning: 2 estimateZernikes.nollIndices: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20, 21, 22, 27, 28] - estimateZernikes.saveHistory: true + estimateZernikes.saveHistory: False estimateZernikes.lstsqKwargs: ftol: 1.0e-3 xtol: 1.0e-3 @@ -31,10 +31,11 @@ tasks: subsets: step1a: subset: + - isr - generateDonutDirectDetectTask - cutOutDonutsScienceSensorGroupTask description: | - This step takes the input postISR images then + This step makes the input postISR images then finds and cuts out the donut stamps. step1b: subset: diff --git a/pipelines/production/comCamBaselineUSDF_TIE.yaml b/pipelines/production/comCamBaselineUSDF_TIE.yaml index 56532f62..02bf663c 100644 --- a/pipelines/production/comCamBaselineUSDF_TIE.yaml +++ b/pipelines/production/comCamBaselineUSDF_TIE.yaml @@ -19,7 +19,7 @@ tasks: estimateZernikes.compSequence: [4, 4, 6, 6, 13, 13, 13, 13] estimateZernikes.maxIter: 50 estimateZernikes.requireConverge: True - estimateZernikes.saveHistory: True + estimateZernikes.saveHistory: False estimateZernikes.maskKwargs: { "doMaskBlends": False } donutStampSelector.maxFracBadPixels: 2.0e-4 donutStampSelector.maxSelect: -1 @@ -28,10 +28,11 @@ tasks: subsets: step1: subset: + - isr - generateDonutDirectDetectTask - cutOutDonutsScienceSensorGroupTask description: | - This step takes the input postISR images then + This step makes the input postISR images then finds and cuts out the donut stamps. step1b: subset: