|
lsst.afw g714e0ed6de+196fb0684f
|
Public Member Functions | |
| __init__ (self, bands, position, partialPsf=None) | |
Public Attributes | |
| missingBands = missingBands | |
| position = position | |
| partialPsf = 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 = None ) |
Definition at line 55 of file _multiband.py.
| lsst.afw.image._exposure._multiband.IncompleteDataError.missingBands = missingBands |
Definition at line 61 of file _multiband.py.
| lsst.afw.image._exposure._multiband.IncompleteDataError.partialPsf = partialPsf |
Definition at line 63 of file _multiband.py.
| lsst.afw.image._exposure._multiband.IncompleteDataError.position = position |
Definition at line 62 of file _multiband.py.