Skip to content

Commit

Permalink
Use finalVisitSummary as the default for match visit connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Nov 1, 2024
1 parent 8e03610 commit 666962f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class AstrometricCatalogMatchVisitConnections(
visitSummaryTable = pipeBase.connectionTypes.Input(
doc="A summary table of the ccds in the visit",
storageClass="ExposureCatalog",
name="visitSummary",
name="finalVisitSummary",
dimensions=("visit",),
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class PhotometricCatalogMatchVisitConnections(
visitSummaryTable = pipeBase.connectionTypes.Input(
doc="A summary table of the ccds in the visit",
storageClass="ExposureCatalog",
name="visitSummary",
name="finalVisitSummary",
dimensions=("visit",),
)

Expand Down

0 comments on commit 666962f

Please sign in to comment.