|
lsst.ip.diffim g40c9b15c53+9752a2df40
|
Public Member Functions | |
| __init__ (self, *, ratio, threshold) | |
| metadata (self) | |
Public Attributes | |
| ratio = ratio | |
| threshold = threshold | |
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.
| lsst.ip.diffim.detectAndMeasure.BadSubtractionError.__init__ | ( | self, | |
| * | , | ||
| ratio, | |||
| threshold ) |
Definition at line 56 of file detectAndMeasure.py.
| lsst.ip.diffim.detectAndMeasure.BadSubtractionError.metadata | ( | self | ) |
Definition at line 66 of file detectAndMeasure.py.
| lsst.ip.diffim.detectAndMeasure.BadSubtractionError.ratio = ratio |
Definition at line 62 of file detectAndMeasure.py.
| lsst.ip.diffim.detectAndMeasure.BadSubtractionError.threshold = threshold |
Definition at line 63 of file detectAndMeasure.py.