lsst.afw gf03f0b42f3+f620a9ee49
Loading...
Searching...
No Matches
lsst.afw.image._exposure._multiband.IncompleteDataError Class Reference
Inheritance diagram for lsst.afw.image._exposure._multiband.IncompleteDataError:

Public Member Functions

 __init__ (self, bands, position, partialPsf=None)
 

Public Attributes

 missingBands = missingBands
 
 position = position
 
 partialPsf = partialPsf
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

lsst.afw.image._exposure._multiband.IncompleteDataError.__init__ ( self,
bands,
position,
partialPsf = None )

Definition at line 55 of file _multiband.py.

Member Data Documentation

◆ missingBands

lsst.afw.image._exposure._multiband.IncompleteDataError.missingBands = missingBands

Definition at line 61 of file _multiband.py.

◆ partialPsf

lsst.afw.image._exposure._multiband.IncompleteDataError.partialPsf = partialPsf

Definition at line 63 of file _multiband.py.

◆ position

lsst.afw.image._exposure._multiband.IncompleteDataError.position = position

Definition at line 62 of file _multiband.py.


The documentation for this class was generated from the following file: