Skip to content

Commit

Permalink
Fix Sphinx warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Feb 24, 2024
1 parent fb9addd commit 393e2f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions python/lsst/ip/diffim/getTemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def getOverlappingExposures(self, inputs):
Parameters
----------
inputs : `dict` of task Inputs, containing:
- coaddExposureRefs : `list`
[`lsst.daf.butler.DeferredDatasetHandle` of
- coaddExposureRefs : `list` \
[`lsst.daf.butler.DeferredDatasetHandle` of \
`lsst.afw.image.Exposure`]
Data references to exposures that might overlap the detector.
- bbox : `lsst.geom.Box2I`
Expand Down Expand Up @@ -373,8 +373,8 @@ def getOverlappingExposures(self, inputs):
Parameters
----------
inputs : `dict` of task Inputs, containing:
- coaddExposureRefs : `list`
[`lsst.daf.butler.DeferredDatasetHandle` of
- coaddExposureRefs : `list` \
[`lsst.daf.butler.DeferredDatasetHandle` of \
`lsst.afw.image.Exposure`]
Data references to exposures that might overlap the detector.
- bbox : `lsst.geom.Box2I`
Expand Down
4 changes: 2 additions & 2 deletions python/lsst/ip/diffim/imageDecorrelation.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def estimateVariancePlane(vplane1, vplane2, c1ft, c2ft):
as a weighted sum of the input variances.
Notes
------
-----
See DMTN-179 Section 5 about the variance plane calculations.
"""
w1 = np.sum(np.real(np.conj(c1ft)*c1ft)) / c1ft.size
Expand Down Expand Up @@ -541,7 +541,7 @@ def calculateVariancePlane(self, vplane1, vplane2, varMean1, varMean2, c1ft, c2f
The variance plane of the difference/score images.
Notes
------
-----
See DMTN-179 Section 5 about the variance plane calculations.
Infs and NaNs are allowed and kept in the returned array.
Expand Down

0 comments on commit 393e2f8

Please sign in to comment.