|
lsst.ip.diffim g85f13b0223+72ef1c6d06
|
Public Member Functions | |
| __init__ (self, *, nSources, nRequired) | |
| metadata (self) | |
Public Attributes | |
| nSources = nSources | |
| nRequired = nRequired | |
Raised when there are too few sources to calculate the PSF matching kernel.
Definition at line 48 of file subtractImages.py.
| lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError.__init__ | ( | self, | |
| * | , | ||
| nSources, | |||
| nRequired ) |
Definition at line 52 of file subtractImages.py.
| lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError.metadata | ( | self | ) |
Definition at line 60 of file subtractImages.py.
| lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError.nRequired = nRequired |
Definition at line 57 of file subtractImages.py.
| lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError.nSources = nSources |
Definition at line 56 of file subtractImages.py.