From 937eb26d5bd9585fdae4e54bb4375a1fcf668cc9 Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Fri, 3 Jan 2025 12:08:52 -0500 Subject: [PATCH] Switch back to initial visitSummary in preSource analysis. This counteracts a defaults change upstream in analysis_tools. --- pipelines/_ingredients/LSSTCam/DRP.yaml | 2 ++ pipelines/_ingredients/LSSTComCam/DRP.yaml | 2 ++ pipelines/_ingredients/LSSTComCamSim/DRP.yaml | 1 + 3 files changed, 5 insertions(+) diff --git a/pipelines/_ingredients/LSSTCam/DRP.yaml b/pipelines/_ingredients/LSSTCam/DRP.yaml index 1bd7ac6..5af0d7d 100644 --- a/pipelines/_ingredients/LSSTCam/DRP.yaml +++ b/pipelines/_ingredients/LSSTCam/DRP.yaml @@ -79,6 +79,7 @@ tasks: config: connections.catalog: "preSourceTable_visit" connections.targetCatalog: "preSourceTable_visit" + connections.visitSummaryTable: "visitSummary" astrometricRefCatPreSourceVisit: class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask config: @@ -125,6 +126,7 @@ tasks: connections.catalog: preSourceTable_visit connections.targetCatalog: preSourceTable_visit connections.matchedCatalog: preSourceTable_visit_gaia_dr3_20230707_photoMatch + connections.visitSummaryTable: "visitSummary" photometricRefCatPreSourceVisit: class: lsst.analysis.tools.tasks.refCatSourcePhotometricAnalysis.RefCatSourcePhotometricAnalysisTask config: diff --git a/pipelines/_ingredients/LSSTComCam/DRP.yaml b/pipelines/_ingredients/LSSTComCam/DRP.yaml index d85a14b..801bb5e 100644 --- a/pipelines/_ingredients/LSSTComCam/DRP.yaml +++ b/pipelines/_ingredients/LSSTComCam/DRP.yaml @@ -111,6 +111,7 @@ tasks: config: connections.catalog: "preSourceTable_visit" connections.targetCatalog: "preSourceTable_visit" + connections.visitSummaryTable: "visitSummary" astrometricRefCatPreSourceVisit: class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask config: @@ -157,6 +158,7 @@ tasks: connections.catalog: preSourceTable_visit connections.targetCatalog: preSourceTable_visit connections.matchedCatalog: preSourceTable_visit_the_monster_20240904_photoMatch + connections.visitSummaryTable: "visitSummary" photometricRefCatPreSourceVisit: class: lsst.analysis.tools.tasks.refCatSourcePhotometricAnalysis.RefCatSourcePhotometricAnalysisTask config: diff --git a/pipelines/_ingredients/LSSTComCamSim/DRP.yaml b/pipelines/_ingredients/LSSTComCamSim/DRP.yaml index 925cbaf..4c5c342 100644 --- a/pipelines/_ingredients/LSSTComCamSim/DRP.yaml +++ b/pipelines/_ingredients/LSSTComCamSim/DRP.yaml @@ -92,6 +92,7 @@ tasks: config: connections.catalog: "preSourceTable_visit" connections.targetCatalog: "preSourceTable_visit" + connections.visitSummaryTable: "visitSummary" astrometricRefCatPreSourceVisit: class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask config: