From ecf7c69b11b73ca8be63638a6c76bb397c49cf08 Mon Sep 17 00:00:00 2001 From: gerenjie Date: Tue, 19 Nov 2024 19:44:24 +0000 Subject: [PATCH] Change ssSingleFrameAssociation inputs to match PP --- python/lsst/ap/association/ssSingleFrameAssociation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lsst/ap/association/ssSingleFrameAssociation.py b/python/lsst/ap/association/ssSingleFrameAssociation.py index a39ee58a..485b1472 100644 --- a/python/lsst/ap/association/ssSingleFrameAssociation.py +++ b/python/lsst/ap/association/ssSingleFrameAssociation.py @@ -44,13 +44,13 @@ class SsSingleFrameAssociationConnections( """ exposure = connTypes.Input( doc="Exposure from which source table was generated", - name="calexp", + name="initial_pvi", storageClass="ExposureF", dimensions=("instrument", "visit", "detector"), ) sourceTable = connTypes.Input( doc="Catalog of calibrated Sources.", - name="src", + name="initial_stars_footprints_detector", storageClass="SourceCatalog", dimensions=("instrument", "visit", "detector"), )