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: