lsst.afw g8cdfe0ae6a+4fd9e222a8
|
Public Member Functions | |
__init__ (self, bands, position, partialPsf) | |
Public Attributes | |
missingBands | |
position | |
partialPsf | |
The PSF could not be computed due to incomplete data Attributes ---------- missingBands: `list[str]` The bands for which the PSF could not be calculated. position: `Point2D` The point at which the PSF could not be calcualted in the missing bands. partialPsf: `MultibandImage` The image of the PSF using only the bands that successfully computed a PSF image. Parameters ---------- bands : `list` of `str` The full list of bands in the `MultibandExposure` generating the PSF.
Definition at line 35 of file _multiband.py.
lsst.afw.image._exposure._multiband.IncompleteDataError.__init__ | ( | self, | |
bands, | |||
position, | |||
partialPsf ) |
Definition at line 55 of file _multiband.py.
lsst.afw.image._exposure._multiband.IncompleteDataError.missingBands |
Definition at line 58 of file _multiband.py.
lsst.afw.image._exposure._multiband.IncompleteDataError.partialPsf |
Definition at line 60 of file _multiband.py.
lsst.afw.image._exposure._multiband.IncompleteDataError.position |
Definition at line 59 of file _multiband.py.