lsst.afw g8cdfe0ae6a+4fd9e222a8
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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)
 

Public Attributes

 missingBands
 
 position
 
 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 )

Definition at line 55 of file _multiband.py.

Member Data Documentation

◆ missingBands

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

Definition at line 58 of file _multiband.py.

◆ partialPsf

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

Definition at line 60 of file _multiband.py.

◆ position

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

Definition at line 59 of file _multiband.py.


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