Skip to content

Commit

Permalink
Updates for /repo/main.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Jan 31, 2025
1 parent 1bfd011 commit 4a3a371
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions pipelines/production/comCamBaselineUSDF_Danish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions pipelines/production/comCamBaselineUSDF_TIE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 4a3a371

Please sign in to comment.