lsst.meas.algorithms g1581cd22ba+dee93ecadb
Loading...
Searching...
No Matches
lsst.meas.algorithms.detection.PsfGenerationError Class Reference
Inheritance diagram for lsst.meas.algorithms.detection.PsfGenerationError:

Public Member Functions

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

Public Attributes

 msg = msg
 

Protected Attributes

 _metadata = kwargs
 

Detailed Description

Raised when we cannot generate a PSF for detection

Parameters
----------
msg : `str`
    Error message.
**kwargs : `dict`, optional
    Additional keyword arguments to initialize the Exception base class.

Definition at line 43 of file detection.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.algorithms.detection.PsfGenerationError.__init__ ( self,
msg,
** kwargs )

Definition at line 53 of file detection.py.

Member Function Documentation

◆ __str__()

lsst.meas.algorithms.detection.PsfGenerationError.__str__ ( self)

Definition at line 58 of file detection.py.

◆ metadata()

lsst.meas.algorithms.detection.PsfGenerationError.metadata ( self)

Definition at line 63 of file detection.py.

Member Data Documentation

◆ _metadata

lsst.meas.algorithms.detection.PsfGenerationError._metadata = kwargs
protected

Definition at line 55 of file detection.py.

◆ msg

lsst.meas.algorithms.detection.PsfGenerationError.msg = msg

Definition at line 54 of file detection.py.


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