ZeroFootprintError#
- exception lsst.meas.algorithms.ZeroFootprintError(*args: Any, **kwargs: Any)#
Bases:
AlgorithmErrorRaised if no footprints are detected in the image.
Parameters#
- msg
str Error message.
- **kwargs
dict, optional Additional keyword arguments to initialize the Exception base class.
- msg