From 5e68b062ebfab3c501d232accc0a28393177e57e Mon Sep 17 00:00:00 2001 From: Lauren MacArthur Date: Thu, 23 Nov 2023 12:36:17 -0800 Subject: [PATCH] Update delta size scatter cut for LSSTCam-imSim Increase the maxScaledSizeScatter to reflect the new metric definition (which results in higher values for this metric). See DM-40668 for details. --- config/imsim/makeWarp.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/imsim/makeWarp.py b/config/imsim/makeWarp.py index b66553dfb..5d02776cc 100644 --- a/config/imsim/makeWarp.py +++ b/config/imsim/makeWarp.py @@ -30,5 +30,9 @@ # After switching to Piff for PSF estimation, these proved too tight for at # least ci_imsim. The updates just added a bit of padding top of what was # needed to get all images in ci_imsim through. +# +# The maxScaledSizeScatter has been increased further to reflect the new +# metric definition (which results in higher values for this metric). See +# DM-40668 & DM-41838 for details. config.select.maxEllipResidual = 0.005 -config.select.maxScaledSizeScatter = 0.008 +config.select.maxScaledSizeScatter = 0.011