diff --git a/pipelines/_ingredients/LSSTComCam/DRP.yaml b/pipelines/_ingredients/LSSTComCam/DRP.yaml index 5910ae69..9896c8c6 100644 --- a/pipelines/_ingredients/LSSTComCam/DRP.yaml +++ b/pipelines/_ingredients/LSSTComCam/DRP.yaml @@ -79,7 +79,7 @@ tasks: class: lsst.analysis.tools.tasks.refCatSourceAnalysis.RefCatSourceAnalysisTask config: # Only run metrics for analyzing the preSources: - connections.data: preSourceTable_visit_uw_stars_20240524_match_astrom + connections.data: preSourceTable_visit_gaia_dr3_20230707_match_astrom atools.astromDiffMetrics: TargetRefCatDeltaMetrics atools.astromDiffMetrics.applyContext: VisitContext python: | @@ -122,15 +122,15 @@ tasks: class: lsst.analysis.tools.tasks.photometricCatalogMatch.PhotometricCatalogMatchVisitTask config: extraColumns: ["x", "y", "ap09Flux", "ap09FluxErr"] - connections.refCatalog: uw_stars_20240524 + connections.refCatalog: gaia_dr3_20230707 connections.catalog: preSourceTable_visit connections.targetCatalog: preSourceTable_visit - connections.matchedCatalog: preSourceTable_visit_uw_stars_20240524_photoMatch + connections.matchedCatalog: preSourceTable_visit_gaia_dr3_20230707_photoMatch photometricRefCatPreSourceVisit: class: lsst.analysis.tools.tasks.refCatSourcePhotometricAnalysis.RefCatSourcePhotometricAnalysisTask config: # Only run metrics for analyzing the preSources: - connections.data: preSourceTable_visit_uw_stars_20240524_photoMatch + connections.data: preSourceTable_visit_gaia_dr3_20230707_photoMatch python: from lsst.analysis.tools.atools import * preliminaryVisitCoverageAnalysis: class: lsst.analysis.tools.tasks.CcdVisitTableAnalysisTask