lsst.ip.diffim g40c9b15c53+a0d03a33a2
Loading...
Searching...
No Matches
lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError Class Reference
Inheritance diagram for lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError:

Public Member Functions

 __init__ (self, *, nSources, nRequired)
 metadata (self)

Public Attributes

 nSources = nSources
 nRequired = nRequired

Detailed Description

Raised when there are too few sources to calculate the PSF matching
kernel.

Definition at line 48 of file subtractImages.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError.__init__ ( self,
* ,
nSources,
nRequired )

Definition at line 52 of file subtractImages.py.

Member Function Documentation

◆ metadata()

lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError.metadata ( self)

Definition at line 60 of file subtractImages.py.

Member Data Documentation

◆ nRequired

lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError.nRequired = nRequired

Definition at line 57 of file subtractImages.py.

◆ nSources

lsst.ip.diffim.subtractImages.InsufficientKernelSourcesError.nSources = nSources

Definition at line 56 of file subtractImages.py.


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