From 56ee46fe0a67b8c733261337cfd8810df02d607a Mon Sep 17 00:00:00 2001 From: Yusra AlSayyad Date: Wed, 20 Nov 2024 15:20:39 -0800 Subject: [PATCH] Restrict visits to ComCam coadds to 2.0 arcsec FWHM The default is 2.0. Image quality has improved to the point that the permissive override is no longer needed --- pipelines/_ingredients/LSSTComCam/DRP.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pipelines/_ingredients/LSSTComCam/DRP.yaml b/pipelines/_ingredients/LSSTComCam/DRP.yaml index a08d83d..ccac7f2 100644 --- a/pipelines/_ingredients/LSSTComCam/DRP.yaml +++ b/pipelines/_ingredients/LSSTComCam/DRP.yaml @@ -35,15 +35,6 @@ tasks: psf_determiner.name: "psfex" python: | import lsst.meas.extensions.psfex.psfexPsfDeterminer - selectDeepCoaddVisits: - class: lsst.pipe.tasks.selectImages.BestSeeingSelectVisitsTask - config: - connections.goodVisits: deepCoaddVisits - # Maximum default psf fwhm in arcseconds to use for a coadd in - # early commissioning. - maxPsfFwhm: 2.7 - # By default for deep coadds, use all input visits better than maxPsfFwhm - nVisitsMax: -1 selectGoodSeeingVisits: class: lsst.pipe.tasks.selectImages.BestSeeingQuantileSelectVisitsTask config: