Skip to content

Commit

Permalink
Temp danish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw authored Nov 9, 2024
1 parent c5f0ec6 commit 99edfb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pipelines/production/comCamRapidAnalysisPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ tasks:
calcZernikesTask:
class: lsst.ts.wep.task.calcZernikesTask.CalcZernikesTask
config:
estimateZernikes.maxNollIndex: 28
estimateZernikes.maxNollIndex: 22
estimateZernikes.saveHistory: False
estimateZernikes.maskKwargs: { "doMaskBlends": False }
donutStampSelector.maxSelect: 5
python: |
from lsst.ts.wep.task import EstimateZernikesDanishTask
config.estimateZernikes.retarget(EstimateZernikesDanishTask)
isr:
class: lsst.ip.isr.IsrTaskLSST
config:
Expand Down

0 comments on commit 99edfb3

Please sign in to comment.