regularizepsf.exceptions#

Errors and warnings for regularizepsf.

Exceptions#

RegularizePSFError

Base class for regularizepsf exceptions.

InvalidCoordinateError

The key for this coordinate does not exist in the model.

IncorrectShapeError

The shapes do not match for the model and the value.

InvalidFunctionError

Function for functional model has invalid parameters.

FunctionParameterMismatchError

Function evaluated with nonexistent kwargs.

PSFBuilderError

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.