From f315699e87f34e039c859e9845b58a5f43b8b602 Mon Sep 17 00:00:00 2001 From: Yusra AlSayyad Date: Thu, 7 Nov 2024 07:17:41 -0800 Subject: [PATCH] Increase matcher buffer to 1500pix --- config/comCam/calibrate.py | 4 ++-- config/comCam/calibrateImage.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/comCam/calibrate.py b/config/comCam/calibrate.py index 7cf9bfe2c..30141325b 100644 --- a/config/comCam/calibrate.py +++ b/config/comCam/calibrate.py @@ -5,8 +5,8 @@ config.connections.astromRefCat = "the_monster_20240904" # Loosen maxOffset to account for early pointing model inaccuracy. -config.astrometry.matcher.maxOffsetPix=800 -config.astromRefObjLoader.pixelMargin=800 +config.astrometry.matcher.maxOffsetPix=1500 +config.astromRefObjLoader.pixelMargin=1500 # Loosened for early ComCam with large PSFs. config.photoCal.match.sourceSelection.doUnresolved = False diff --git a/config/comCam/calibrateImage.py b/config/comCam/calibrateImage.py index 4c115a8f6..d8fd641a0 100644 --- a/config/comCam/calibrateImage.py +++ b/config/comCam/calibrateImage.py @@ -24,8 +24,8 @@ config.compute_summary_stats.load(os.path.join(config_dir, "computeExposureSummaryStats.py")) # Loosen maxOffset to account for early pointing model inaccuracy. -config.astrometry.matcher.maxOffsetPix=800 -config.astrometry_ref_loader.pixelMargin=800 +config.astrometry.matcher.maxOffsetPix=1500 +config.astrometry_ref_loader.pixelMargin=1500 # Loosened for early ComCam with large PSFs. config.photometry.match.sourceSelection.doUnresolved = False