From 3d80d9590b21e345b8324500111ca7046de88cf3 Mon Sep 17 00:00:00 2001 From: Sophie Reed Date: Thu, 13 Mar 2025 09:55:19 -0700 Subject: [PATCH] Update the default matching epoch to reduce the astrometric offset. --- python/lsst/analysis/tools/tasks/catalogMatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/analysis/tools/tasks/catalogMatch.py b/python/lsst/analysis/tools/tasks/catalogMatch.py index 3c7de49c0..59cc1aceb 100644 --- a/python/lsst/analysis/tools/tasks/catalogMatch.py +++ b/python/lsst/analysis/tools/tasks/catalogMatch.py @@ -88,7 +88,7 @@ class CatalogMatchConfig(pipeBase.PipelineTaskConfig, pipelineConnections=Catalo epoch = pexConfig.Field[float]( doc="Epoch to which reference objects are shifted.", - default=2015.0, + default=2024.9, ) filterNames = pexConfig.ListField[str](