Skip to content

Commit

Permalink
Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw committed Jan 22, 2024
1 parent ed91864 commit 0fb47fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/lsst/ts/wep/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ class Image(object):
Whether the image is intra- or extra-focal.
Can be specified using a DefocalType Enum or the corresponding string.
bandLabel : BandLabel or str, optional
Photometric band for the exposure. Can be specified using a
BandLabel Enum or the corresponding string. If None, BandLabel.REF
is used. The empty string "" also maps to BandLabel.REF.
Photometric band for the exposure. Can be specified using a
BandLabel Enum or the corresponding string. If None, BandLabel.REF
is used. The empty string "" also maps to BandLabel.REF.
(the default is BandLabel.REF)
planeType : PlaneType or str, optional
Whether the image is on the image plane or the pupil plane.
Expand Down

0 comments on commit 0fb47fc

Please sign in to comment.