Skip to content

Commit

Permalink
Remove ISR from wep pipeline. Rely on it coming from elsewhere unless…
Browse files Browse the repository at this point in the history
… running RA.
  • Loading branch information
jbkalmbach committed Dec 11, 2024
1 parent c075d5f commit 81bc102
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 14 deletions.
13 changes: 0 additions & 13 deletions pipelines/_ingredients/wepDirectDetectScienceGroupPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@ tasks:
estimateZernikes.saveHistory: False
estimateZernikes.maskKwargs: { "doMaskBlends": False }
donutStampSelector.maxSelect: 5
isr:
class: lsst.ip.isr.IsrTaskLSST
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
# Turn off slow steps in ISR
doBrighterFatter: false
# Mask saturated pixels,
# but turn off quadratic crosstalk because it's currently broken
doSaturation: True
crosstalk.doQuadraticCrosstalkCorrection: False

subsets:
wepDirectDetect:
Expand Down
1 change: 0 additions & 1 deletion pipelines/production/comCamDailyProcessing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tasks:
subsets:
step1:
subset:
- isr
- generateDonutDirectDetectTask
- cutOutDonutsScienceSensorGroupTask
- calcZernikesTask
Expand Down
13 changes: 13 additions & 0 deletions pipelines/production/comCamRapidAnalysisDanishPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ imports:
- $TS_WEP_DIR/pipelines/_ingredients/donutVizGroupPipeline.yaml

tasks:
isr:
class: lsst.ip.isr.IsrTaskLSST
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
# Turn off slow steps in ISR
doBrighterFatter: false
# Mask saturated pixels,
# but turn off quadratic crosstalk because it's currently broken
doSaturation: True
crosstalk.doQuadraticCrosstalkCorrection: False
calcZernikesTask:
class: lsst.ts.wep.task.calcZernikesTask.CalcZernikesTask
config:
Expand Down
13 changes: 13 additions & 0 deletions pipelines/production/comCamRapidAnalysisPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ imports:
- $TS_WEP_DIR/pipelines/_ingredients/donutVizGroupPipeline.yaml

tasks:
isr:
class: lsst.ip.isr.IsrTaskLSST
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
# Turn off slow steps in ISR
doBrighterFatter: false
# Mask saturated pixels,
# but turn off quadratic crosstalk because it's currently broken
doSaturation: True
crosstalk.doQuadraticCrosstalkCorrection: False
calcZernikesTask:
class: lsst.ts.wep.task.calcZernikesTask.CalcZernikesTask
config:
Expand Down

0 comments on commit 81bc102

Please sign in to comment.