Skip to content

Commit

Permalink
Merge pull request #485 from lsst/tickets/DM-29225
Browse files Browse the repository at this point in the history
DM-29225: Add instrument to quantum dimensions
  • Loading branch information
MorganSchmitz committed Mar 16, 2021
2 parents e728e5d + e5037d9 commit ab29a6d
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=("instrument", "visit", "detector")):
inputExposure = cT.Input(
doc="Input exposure from which to extract bright star stamps",
name="calexp",
Expand Down

0 comments on commit ab29a6d

Please sign in to comment.