Skip to content

Commit

Permalink
Merge pull request #75 from lsst/tickets/DM-46642
Browse files Browse the repository at this point in the history
DM-46642: Rename outputs of isolatedStarAssocation
  • Loading branch information
yalsayyad authored Oct 23, 2024
2 parents 0f78d74 + 3554d0e commit 6e26a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/drp/tasks/gbdesAstrometricFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 6e26a2f

Please sign in to comment.