Skip to content

Commit

Permalink
Merge pull request #186 from lsst/tickets/DM-47817
Browse files Browse the repository at this point in the history
DM-47817: Restrict visits to ComCam coadds to 1.7 arcsec FWHM
  • Loading branch information
yalsayyad authored Nov 28, 2024
2 parents fe02389 + 2dbe7df commit 49bbb3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/_ingredients/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ tasks:
psf_determiner.name: "psfex"
python: |
import lsst.meas.extensions.psfex.psfexPsfDeterminer
selectDeepCoaddVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingSelectVisitsTask
config:
maxPsfFwhm: 1.7
selectGoodSeeingVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingQuantileSelectVisitsTask
config:
Expand Down

0 comments on commit 49bbb3d

Please sign in to comment.