AstrometryError#

exception lsst.meas.astrom.AstrometryError(*args: Any, **kwargs: Any)#

Bases: AlgorithmError

Parent class for failures in astrometric fitting.

Parameters#

msgstr

Informative message about the nature of the error.

**kwargs

All other arguments are added to a _metadata attribute, which is used to generate the metadata property for Task annotation.

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.