AstrometryError#
- exception lsst.meas.astrom.AstrometryError(*args: Any, **kwargs: Any)#
Bases:
AlgorithmErrorParent class for failures in astrometric fitting.
Parameters#
- msg
str Informative message about the nature of the error.
- **kwargs
All other arguments are added to a
_metadataattribute, which is used to generate the metadata property for Task annotation.
- msg