From 839881417f758b5136e7a6eb4a9ccd2bd23dbe5d Mon Sep 17 00:00:00 2001 From: Lee Kelvin Date: Mon, 1 Jul 2024 08:47:50 -0700 Subject: [PATCH] Modify analysis_tools match cat task output names --- pipelines/LATISS/DRP.yaml | 2 +- pipelines/_ingredients/LSSTComCamSim/DRP.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/LATISS/DRP.yaml b/pipelines/LATISS/DRP.yaml index 078eee6..f0b792b 100644 --- a/pipelines/LATISS/DRP.yaml +++ b/pipelines/LATISS/DRP.yaml @@ -75,7 +75,7 @@ tasks: class: lsst.analysis.tools.tasks.refCatObjectPhotometricAnalysis.RefCatObjectPhotometricAnalysisTask config: connections.refCatalog: atlas_refcat2_20220201 - connections.outputName: objectTable_tract_atlas_refcat2_20220201_match + connections.outputName: objectTable_tract_atlas_refcat2_20220201_match_photom # Defining analyzematchedVisitCore here to change the nBins config and omit # plots currently not relevant for LATISS imaging. diff --git a/pipelines/_ingredients/LSSTComCamSim/DRP.yaml b/pipelines/_ingredients/LSSTComCamSim/DRP.yaml index cd36228..304b5fc 100644 --- a/pipelines/_ingredients/LSSTComCamSim/DRP.yaml +++ b/pipelines/_ingredients/LSSTComCamSim/DRP.yaml @@ -86,7 +86,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 + connections.data: preSourceTable_visit_uw_stars_20240524_match_astrom atools.astromDiffMetrics: TargetRefCatDeltaMetrics atools.astromDiffMetrics.applyContext: VisitContext python: |