lsst.meas.algorithms g1581cd22ba+5952b5fc83
Loading...
Searching...
No Matches
lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError Class Reference
Inheritance diagram for lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError:

Public Member Functions

 __init__ (self, msg, nGoodPix, nPix, **kwargs)
 
 __str__ (self)
 
 metadata (self)
 

Public Attributes

 msg = msg
 

Protected Attributes

 _metadata = kwargs
 

Detailed Description

Raised if an insufficient number of sky sources are found for
dynamic detection.

Parameters
----------
msg : `str`
    Error message.
nGoodPix : `int`
    Number of good pixels (i.e. not NO_DATA or BAD).
nPix : `int`
    Total number of pixels.
**kwargs : `dict`, optional
    Additional keyword arguments to initialize the Exception base class.

Definition at line 28 of file dynamicDetection.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError.__init__ ( self,
msg,
nGoodPix,
nPix,
** kwargs )

Definition at line 43 of file dynamicDetection.py.

Member Function Documentation

◆ __str__()

lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError.__str__ ( self)

Definition at line 50 of file dynamicDetection.py.

◆ metadata()

lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError.metadata ( self)

Definition at line 55 of file dynamicDetection.py.

Member Data Documentation

◆ _metadata

lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError._metadata = kwargs
protected

Definition at line 45 of file dynamicDetection.py.

◆ msg

lsst.meas.algorithms.dynamicDetection.InsufficientSourcesError.msg = msg

Definition at line 44 of file dynamicDetection.py.


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