Skip to content

Commit

Permalink
Revert "Use piff for characterizeImage in DRP"
Browse files Browse the repository at this point in the history
Now that we're using the final Piff PSF measurements to drive coadd
selection and other visit-summary-based things, we can switch back to
PSFEx for speed and robustness for our first PSF model.
  • Loading branch information
TallJimbo committed Jan 5, 2023
1 parent a39cfbb commit c89abe3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ingredients/DRP-minimal-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ description: |
tasks:
isr: lsst.ip.isr.IsrTask
characterizeImage:
class: lsst.pipe.tasks.characterizeImage.CharacterizeImageTask
config:
- python: |
import lsst.meas.extensions.piff.piffPsfDeterminer
config.measurePsf.psfDeterminer = "piff"
characterizeImage: lsst.pipe.tasks.characterizeImage.CharacterizeImageTask
calibrate: lsst.pipe.tasks.calibrate.CalibrateTask
writeSourceTable: lsst.pipe.tasks.postprocess.WriteSourceTableTask
transformSourceTable: lsst.pipe.tasks.postprocess.TransformSourceTableTask
Expand Down

0 comments on commit c89abe3

Please sign in to comment.