Skip to content

Commit

Permalink
Use 25 pixel kernelSize for Piff
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed May 5, 2022
1 parent 99e8bc6 commit 7eb4d41
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pipelines/ProcessCcd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
description: ProcessCcd - A set of tasks to run when processing raw images.
tasks:
isr: lsst.ip.isr.IsrTask
characterizeImage: lsst.pipe.tasks.characterizeImage.CharacterizeImageTask
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
calibrate: lsst.pipe.tasks.calibrate.CalibrateTask
subsets:
processCcd:
Expand Down

0 comments on commit 7eb4d41

Please sign in to comment.