Skip to content

Commit

Permalink
Merge branch 'tickets/DM-33195'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Jan 10, 2022
2 parents d28f579 + ecaa940 commit 808abe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/base/forcedPhotCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ForcedPhotCoaddConnections(pipeBase.PipelineTaskConnections,
)
exposure = pipeBase.connectionTypes.Input(
doc="Input exposure to perform photometry on.",
name="{inputCoaddName}Coadd",
name="{inputCoaddName}Coadd_calexp",
storageClass="ExposureF",
dimensions=["band", "skymap", "tract", "patch"],
)
Expand Down

0 comments on commit 808abe1

Please sign in to comment.