Skip to content

Commit

Permalink
Merge pull request #113 from lsst/tickets/DM-34698
Browse files Browse the repository at this point in the history
DM-34698: Remove config overrides setting kernelSize to 25
  • Loading branch information
arunkannawadi committed Jun 9, 2022
2 parents af4f470 + dfc3fad commit 776a465
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
3 changes: 0 additions & 3 deletions pipelines/DarkEnergyCamera/ProcessCcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ tasks:
file: $AP_PIPE_DIR/config/DECam/characterizeImage.py
# Config file wipes out all pre-existing configs, so copy base pipeline
# config on top.
python: |
config.measurePsf.makePsfCandidates.kernelSize = 25
config.measurePsf.psfDeterminer["piff"].kernelSize = 25
calibrate:
class: lsst.pipe.tasks.calibrate.CalibrateTask
config:
Expand Down
3 changes: 0 additions & 3 deletions pipelines/HyperSuprimeCam/ProcessCcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ tasks:
# gone, to make it easier to check for changes on the obs side.
# Config file wipes out all pre-existing configs, so copy base pipeline
# config on top.
python: |
config.measurePsf.makePsfCandidates.kernelSize = 25
config.measurePsf.psfDeterminer["piff"].kernelSize = 25
calibrate:
class: lsst.pipe.tasks.calibrate.CalibrateTask
config:
Expand Down
3 changes: 0 additions & 3 deletions pipelines/LsstCamImSim/ProcessCcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ tasks:
# gone, to make it easier to check for changes on the obs side.
# Config file wipes out all pre-existing configs, so copy base pipeline
# config on top.
python: |
config.measurePsf.makePsfCandidates.kernelSize = 25
config.measurePsf.psfDeterminer["piff"].kernelSize = 25
calibrate:
class: lsst.pipe.tasks.calibrate.CalibrateTask
config:
Expand Down
8 changes: 1 addition & 7 deletions pipelines/ProcessCcd.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
description: ProcessCcd - A set of tasks to run when processing raw images.
tasks:
isr: lsst.ip.isr.IsrTask
characterizeImage:
class: lsst.pipe.tasks.characterizeImage.CharacterizeImageTask
# We want a larger psf kernel, to include the calibFlux 12 pixel radius.
config:
python: |
config.measurePsf.makePsfCandidates.kernelSize = 25
config.measurePsf.psfDeterminer["piff"].kernelSize = 25
characterizeImage: lsst.pipe.tasks.characterizeImage.CharacterizeImageTask
calibrate: lsst.pipe.tasks.calibrate.CalibrateTask
subsets:
processCcd:
Expand Down

0 comments on commit 776a465

Please sign in to comment.