Skip to content

Commit

Permalink
Fix default source limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Dec 16, 2024
1 parent 3584ae5 commit ba095d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/production/comCamBaselineUSDF_Danish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tasks:
class: lsst.ts.wep.task.generateDonutDirectDetectTask.GenerateDonutDirectDetectTask
config:
donutSelector.useCustomMagLimit: True
donutSelector.sourceLimit: -1
calcZernikesTask:
class: lsst.ts.wep.task.calcZernikesTask.CalcZernikesTask
config:
Expand All @@ -24,6 +25,7 @@ tasks:
ftol: 1.0e-3
xtol: 1.0e-3
gtol: 1.0e-3
donutStampSelector.maxSelect: -1

# Define pipeline steps
subsets:
Expand Down
2 changes: 2 additions & 0 deletions pipelines/production/comCamBaselineUSDF_TIE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tasks:
class: lsst.ts.wep.task.generateDonutDirectDetectTask.GenerateDonutDirectDetectTask
config:
donutSelector.useCustomMagLimit: True
donutSelector.sourceLimit: -1
calcZernikesTask:
class: lsst.ts.wep.task.calcZernikesTask.CalcZernikesTask
config:
Expand All @@ -21,6 +22,7 @@ tasks:
estimateZernikes.saveHistory: True
estimateZernikes.maskKwargs: { "doMaskBlends": False }
donutStampSelector.maxFracBadPixels: 2.0e-4
donutStampSelector.maxSelect: -1

# Define pipeline steps
subsets:
Expand Down

0 comments on commit ba095d1

Please sign in to comment.