|
lsst.pipe.tasks g540474b770+e2881a99e2
|
Public Member Functions | |
| __init__ (self, *, n_psf_stars, n_stars) | |
| metadata (self) | |
Public Attributes | |
| n_psf_stars = n_psf_stars | |
| n_stars = n_stars | |
Raised when there are no matches between the psf_stars and stars catalogs.
Definition at line 79 of file calibrateImage.py.
| lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError.__init__ | ( | self, | |
| * | , | ||
| n_psf_stars, | |||
| n_stars ) |
Definition at line 83 of file calibrateImage.py.
| lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError.metadata | ( | self | ) |
Definition at line 92 of file calibrateImage.py.
| lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError.n_psf_stars = n_psf_stars |
Definition at line 88 of file calibrateImage.py.
| lsst.pipe.tasks.calibrateImage.NoPsfStarsToStarsMatchError.n_stars = n_stars |
Definition at line 89 of file calibrateImage.py.