AstrometryError¶
- exception lsst.meas.astrom.AstrometryError(msg, **kwargs)¶
 Parent 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