regularizepsf.exceptions#

Exceptions#

ValidationError

Common base class for all non-exit exceptions.

PSFParameterValidationError

Common base class for all non-exit exceptions.

InvalidSizeError

Common base class for all non-exit exceptions.

EvaluatedModelInconsistentSizeError

Common base class for all non-exit exceptions.

VariedPSFParameterMismatchError

Common base class for all non-exit exceptions.

UnevaluatedPointError

Common base class for all non-exit exceptions.

Module Contents#

exception regularizepsf.exceptions.ValidationError#

Bases: Exception

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception regularizepsf.exceptions.PSFParameterValidationError#

Bases: ValidationError

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception regularizepsf.exceptions.InvalidSizeError#

Bases: ValidationError

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception regularizepsf.exceptions.EvaluatedModelInconsistentSizeError#

Bases: ValidationError

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception regularizepsf.exceptions.VariedPSFParameterMismatchError#

Bases: ValidationError

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception regularizepsf.exceptions.UnevaluatedPointError#

Bases: Exception

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.