Skip to content

Commit 7ba42ef

Browse files
committed
Remove skymap dimension from GetTemplate
1 parent 4700156 commit 7ba42ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/lsst/ip/diffim/getTemplate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
class GetTemplateConnections(
4848
pipeBase.PipelineTaskConnections,
49-
dimensions=("instrument", "visit", "detector", "skymap"),
49+
dimensions=("instrument", "visit", "detector"),
5050
defaultTemplates={"coaddName": "goodSeeing", "warpTypeSuffix": "", "fakesType": ""},
5151
):
5252
bbox = pipeBase.connectionTypes.Input(
@@ -607,7 +607,7 @@ def _makePsf(self, template, catalog, wcs):
607607

608608
class GetDcrTemplateConnections(
609609
GetTemplateConnections,
610-
dimensions=("instrument", "visit", "detector", "skymap"),
610+
dimensions=("instrument", "visit", "detector"),
611611
defaultTemplates={"coaddName": "dcr", "warpTypeSuffix": "", "fakesType": ""},
612612
):
613613
visitInfo = pipeBase.connectionTypes.Input(

0 commit comments

Comments
 (0)