From 3554d0e20d860de1528391192c557c5178f5e816 Mon Sep 17 00:00:00 2001 From: Yusra AlSayyad Date: Sun, 13 Oct 2024 19:55:15 -0700 Subject: [PATCH] Rename outputs of isolatedStarAssocation isolated_star_cat -> isolated_star_presource_associations isolated_star_sources -> isolated_star_presources --- python/lsst/drp/tasks/gbdesAstrometricFit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lsst/drp/tasks/gbdesAstrometricFit.py b/python/lsst/drp/tasks/gbdesAstrometricFit.py index d6a0593b..8b350e2a 100644 --- a/python/lsst/drp/tasks/gbdesAstrometricFit.py +++ b/python/lsst/drp/tasks/gbdesAstrometricFit.py @@ -2092,7 +2092,7 @@ class GbdesGlobalAstrometricFitConnections( ) isolatedStarSources = pipeBase.connectionTypes.Input( doc="Catalog of matched sources.", - name="isolated_star_sources", + name="isolated_star_presources", storageClass="DataFrame", dimensions=( "instrument", @@ -2104,7 +2104,7 @@ class GbdesGlobalAstrometricFitConnections( ) isolatedStarCatalogs = pipeBase.connectionTypes.Input( doc="Catalog of objects corresponding to the isolatedStarSources.", - name="isolated_star_cat", + name="isolated_star_presource_associations", storageClass="DataFrame", dimensions=( "instrument",