lsst.ip.diffim g85f13b0223+f1007db366
Loading...
Searching...
No Matches
lsst.ip.diffim.detectAndMeasure.BadSubtractionError Class Reference
Inheritance diagram for lsst.ip.diffim.detectAndMeasure.BadSubtractionError:

Public Member Functions

 __init__ (self, *, ratio, threshold)
 
 metadata (self)
 

Public Attributes

 ratio = ratio
 
 threshold = threshold
 

Detailed Description

Raised when the residuals in footprints of stars used to compute the
psf-matching kernel exceeds the configured maximum.

Definition at line 52 of file detectAndMeasure.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.ip.diffim.detectAndMeasure.BadSubtractionError.__init__ ( self,
* ,
ratio,
threshold )

Definition at line 56 of file detectAndMeasure.py.

Member Function Documentation

◆ metadata()

lsst.ip.diffim.detectAndMeasure.BadSubtractionError.metadata ( self)

Definition at line 66 of file detectAndMeasure.py.

Member Data Documentation

◆ ratio

lsst.ip.diffim.detectAndMeasure.BadSubtractionError.ratio = ratio

Definition at line 62 of file detectAndMeasure.py.

◆ threshold

lsst.ip.diffim.detectAndMeasure.BadSubtractionError.threshold = threshold

Definition at line 63 of file detectAndMeasure.py.


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