Skip to content

Commit

Permalink
Reduce modelPsf FWHM to 1.8 arcsec
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Nov 20, 2024
1 parent 8a9af49 commit 2d36b83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/comCam/makeWarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# PSF-matching configs are in units of pix and specific to skymap pixel scale.

# Currently allowing BestSeeingSelectVisits.maxPsfFwhm = 2.7 into coadds, so
# increase the default PSF fwhm (pixels) size.
# TODO DM-47171: optimize this config setting for artifact rejection.
config.modelPsf.defaultFwhm = 11.0
# DM-47171: 9.0 (1.8 arcsec) corresponds to the ~98.5% percentile of the
# PSF FWHM distribution in the 2nd and 3rd weeks of ComCam science observations
# selectDeepCoaddVisits is currently set the the default 2.0 arcsec
config.modelPsf.defaultFwhm = 9.0

0 comments on commit 2d36b83

Please sign in to comment.