regularizepsf.exceptions#
Errors and warnings for regularizepsf.
Exceptions#
Base class for regularizepsf exceptions. |
|
The key for this coordinate does not exist in the model. |
|
The shapes do not match for the model and the value. |
|
Function for functional model has invalid parameters. |
|
Function evaluated with nonexistent kwargs. |
|
Something went wrong building the PSF model. |
|
Invalid input data provided for PSF generation. |
Module Contents#
- exception regularizepsf.exceptions.RegularizePSFError[source]#
Bases:
ExceptionBase class for regularizepsf exceptions.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.InvalidCoordinateError[source]#
Bases:
RegularizePSFErrorThe key for this coordinate does not exist in the model.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.IncorrectShapeError[source]#
Bases:
RegularizePSFErrorThe shapes do not match for the model and the value.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.InvalidFunctionError[source]#
Bases:
RegularizePSFErrorFunction for functional model has invalid parameters.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.FunctionParameterMismatchError[source]#
Bases:
RegularizePSFErrorFunction evaluated with nonexistent kwargs.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.PSFBuilderError[source]#
Bases:
RegularizePSFErrorSomething went wrong building the PSF model.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.InvalidDataError[source]#
Bases:
RegularizePSFErrorInvalid input data provided for PSF generation.
Initialize self. See help(type(self)) for accurate signature.