File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/lsst/analysis/tools/tasks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ class AstrometricCatalogMatchVisitConnections(
123123 visitSummaryTable = pipeBase .connectionTypes .Input (
124124 doc = "A summary table of the ccds in the visit" ,
125125 storageClass = "ExposureCatalog" ,
126- name = "visitSummary " ,
126+ name = "finalVisitSummary " ,
127127 dimensions = ("visit" ,),
128128 )
129129
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ class PhotometricCatalogMatchVisitConnections(
140140 visitSummaryTable = pipeBase .connectionTypes .Input (
141141 doc = "A summary table of the ccds in the visit" ,
142142 storageClass = "ExposureCatalog" ,
143- name = "visitSummary " ,
143+ name = "finalVisitSummary " ,
144144 dimensions = ("visit" ,),
145145 )
146146
You can’t perform that action at this time.
0 commit comments