InsufficientSourcesError#

exception lsst.meas.algorithms.InsufficientSourcesError(*args: Any, **kwargs: Any)#

Bases: AlgorithmError

Raised if an insufficient number of sky sources are found for dynamic detection.

Parameters#

msgstr

Error message.

nGoodPixint

Number of good pixels (i.e. not NO_DATA or BAD).

nPixint

Total number of pixels.

**kwargsdict, optional

Additional keyword arguments to initialize the Exception base class.

property metadata#

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.