Skip to content

Commit

Permalink
Remove calexpType template variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Nov 8, 2024
1 parent a647d43 commit efb8cae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/lsst/pipe/tasks/make_direct_warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,14 @@ class MakeDirectWarpConnections(
dimensions=("tract", "patch", "skymap", "instrument", "visit"),
defaultTemplates={
"coaddName": "deep",
"calexpType": "",
},
):
"""Connections for MakeWarpTask"""

calexp_list = Input(
doc="Input exposures to be interpolated and resampled onto a SkyMap "
"projection/patch.",
name="{calexpType}calexp",
name="calexp",
storageClass="ExposureF",
dimensions=("instrument", "visit", "detector"),
multiple=True,
Expand Down

0 comments on commit efb8cae

Please sign in to comment.