lsst.pipe.tasks g540474b770+e2881a99e2
Loading...
Searching...
No Matches
lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError Class Reference
Inheritance diagram for lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError:

Public Member Functions

 __init__ (self, *, n_psf_stars, n_stars)
 
 metadata (self)
 

Public Attributes

 n_psf_stars = n_psf_stars
 
 n_stars = n_stars
 

Detailed Description

Raised when there are no matches between the psf_stars and stars
catalogs.

Definition at line 79 of file calibrateImage.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError.__init__ ( self,
* ,
n_psf_stars,
n_stars )

Definition at line 83 of file calibrateImage.py.

Member Function Documentation

◆ metadata()

lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError.metadata ( self)

Definition at line 92 of file calibrateImage.py.

Member Data Documentation

◆ n_psf_stars

lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError.n_psf_stars = n_psf_stars

Definition at line 88 of file calibrateImage.py.

◆ n_stars

lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError.n_stars = n_stars

Definition at line 89 of file calibrateImage.py.


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