Skip to content

Commit

Permalink
Merge pull request #333 from lsst/u/parejkoj/getOverlappingExposures-…
Browse files Browse the repository at this point in the history
…docfix

Fix incorrect parameter docstring
  • Loading branch information
parejkoj authored Jul 30, 2024
2 parents 1cd03ab + 669de5f commit c9f6898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/lsst/ip/diffim/getTemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ def getOverlappingExposures(self, inputs):
Parameters
----------
inputs : `dict` of task Inputs, containing:
- coaddExposureRefs : `list` \
[`lsst.daf.butler.DeferredDatasetHandle` of \
`lsst.afw.image.Exposure`]
- coaddExposures : `list` \
[`lsst.daf.butler.DeferredDatasetHandle` of \
`lsst.afw.image.Exposure`]
Data references to exposures that might overlap the detector.
- bbox : `lsst.geom.Box2I`
Template Bounding box of the detector geometry onto which to
Expand Down

0 comments on commit c9f6898

Please sign in to comment.