Skip to content

Commit

Permalink
Add band to CoaddPsfFitConnections dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Jul 13, 2023
1 parent f5016f2 commit b16d798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/fit_coadd_psf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_psf_image(self, source):

class CoaddPsfFitConnections(
pipeBase.PipelineTaskConnections,
dimensions=("tract", "patch", "skymap"),
dimensions=("tract", "patch", "band", "skymap"),
defaultTemplates=CoaddPsfFitBaseTemplates,
):
coadd = cT.Input(
Expand Down

0 comments on commit b16d798

Please sign in to comment.