Skip to content

Commit

Permalink
Merge branch 'tickets/DM-47412'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Nov 8, 2024
2 parents e229818 + 4c5890b commit 94ddf63
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pipelines/_ingredients/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ tasks:
class: lsst.fgcmcal.fgcmOutputProducts.FgcmOutputProductsTask
config:
connections.cycleNumber: 4
finalizeCharacterization:
class: lsst.pipe.tasks.finalizeCharacterization.FinalizeCharacterizationTask
config:
# Swtich to psfex with 41x41 stamps for early commissioning data.
# TODO DM-47231: do full PSF model config sweep for LSSTComCam
# TBD if we want to always use psfex for final PSF modeling in
# nightly-validation pipeline, but piff for DRP pipeline.
make_psf_candidates.kernelSize: 41
psf_determiner.name: "psfex"
python: |
import lsst.meas.extensions.psfex.psfexPsfDeterminer
selectDeepCoaddVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingSelectVisitsTask
config:
Expand Down

0 comments on commit 94ddf63

Please sign in to comment.