Skip to content

Commit

Permalink
Merge branch 'tickets/DM-41199'
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsayyad committed Nov 16, 2023
2 parents bdf3421 + d8b2485 commit 21f7e13
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/latiss/makeWarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,18 @@
# Updated with DM-40668
config.select.maxScaledSizeScatter = 0.025
config.select.maxPsfTraceRadiusDelta = 4.8

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

# Max PSF FWHM allowed into coadds BestSeeingSelectVisits.maxPsfFwhm = 1.9
# If skymap pixel scale is 0.1, that translates to Fwhm of 19.0
# TO DO: Change this to 9.5 if we go to 0.2 pixel scale.
config.modelPsf.defaultFwhm = 19.0

# These configs are for skymaps of pixel scale 0.1
# TO DO: Delete these 5 if we go a 0.2 pixel scale
config.matchingKernelSize = 57
config.warpAndPsfMatch.psfMatch.kernel['AL'].kernelSize = 43
config.warpAndPsfMatch.psfMatch.kernel['AL'].alardSigGauss = [1.5, 3.0, 6.0]
config.warpAndPsfMatch.psfMatch.kernel['AL'].sizeCellX = 256
config.warpAndPsfMatch.psfMatch.kernel['AL'].sizeCellY = 256

0 comments on commit 21f7e13

Please sign in to comment.