PsfGenerationError#
- exception lsst.meas.algorithms.PsfGenerationError(*args: Any, **kwargs: Any)#
Bases:
AlgorithmErrorRaised when we cannot generate a PSF for detection
Parameters#
- msg
str Error message.
- **kwargs
dict, optional Additional keyword arguments to initialize the Exception base class.
- msg