Skip to content

Commit

Permalink
Rename outputs of isolatedStarAssocation
Browse files Browse the repository at this point in the history
isolated_star_cat -> isolated_star_presource_associations
isolated_star_sources -> isolated_star_presources
  • Loading branch information
yalsayyad committed Oct 22, 2024
1 parent 0f78d74 commit 3554d0e
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 3554d0e

Please sign in to comment.