PsfexTooFewGoodStarsError#

exception lsst.meas.extensions.psfex.psfexPsfDeterminer.PsfexTooFewGoodStarsError(*args: Any, **kwargs: Any)#

Bases: AlgorithmError

Raised if too few good stars are available for PSF determination.

Parameters#

num_available_starsint

Number of available stars for PSF determination.

num_good_starsint

Number of good stars used for PSF determination.

poly_ndim_initialint

Initial number of dependency parameters (dimensions) used in polynomial fitting.

poly_ndim_finalint

Final number of dependency parameters (dimensions) set in the PSFEx model after initializing the PSF structure.

property metadata: dict#

Metadata from the raising Task with more information about the failure. The contents of the dict are Task-dependent, and must have str keys and str, int, float, bool, or nested-dictionary (with the same key and value types) values.