Skip to content

Commit

Permalink
Merge pull request #251 from lsst/tickets/DM-47620
Browse files Browse the repository at this point in the history
DM-47620 Match single frame association connections to prompt processing
  • Loading branch information
Gerenjie authored Nov 20, 2024
2 parents 5f7981c + ecf7c69 commit 2d49e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ap/association/ssSingleFrameAssociation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)
Expand Down

0 comments on commit 2d49e96

Please sign in to comment.