Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-47171: Reduce modelPsf FWHM to 1.8 arcsec #582

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading