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. |
Module Contents#
- exception regularizepsf.exceptions.RegularizePSFError#
Bases:
Exception
Base class for regularizepsf exceptions.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.InvalidCoordinateError#
Bases:
RegularizePSFError
The key for this coordinate does not exist in the model.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.IncorrectShapeError#
Bases:
RegularizePSFError
The shapes do not match for the model and the value.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.InvalidFunctionError#
Bases:
RegularizePSFError
Function for functional model has invalid parameters.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.FunctionParameterMismatchError#
Bases:
RegularizePSFError
Function evaluated with nonexistent kwargs.
Initialize self. See help(type(self)) for accurate signature.
- exception regularizepsf.exceptions.PSFBuilderError#
Bases:
RegularizePSFError
Something went wrong building the PSF model.
Initialize self. See help(type(self)) for accurate signature.