Skip to content

Commit

Permalink
Add instrument to quantum dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganSchmitz committed Mar 15, 2021
1 parent e728e5d commit 285dcac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/pipe/tasks/processBrightStars.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
from lsst.meas.algorithms import brightStarStamps as bSS


class ProcessBrightStarsConnections(pipeBase.PipelineTaskConnections, dimensions=("visit", "detector")):
class ProcessBrightStarsConnections(pipeBase.PipelineTaskConnections,
dimensions=("visit", "detector", "instrument")):
inputExposure = cT.Input(
doc="Input exposure from which to extract bright star stamps",
name="calexp",
Expand Down

0 comments on commit 285dcac

Please sign in to comment.