superphot_pipeline.pipeline_exceptions module

Class Inheritance Diagram

Inheritance diagram of BadImageError, ConvergenceError, HDF5LayoutError, ImageMismatchError, OutsideImageError

Collection of non-standard exceptions raised by the pipeline.

exception superphot_pipeline.pipeline_exceptions.BadImageError[source]

Bases: ValueError

An image does not look like it is expected to.

exception superphot_pipeline.pipeline_exceptions.ConvergenceError[source]

Bases: RuntimeError

Some iterative procedure failed to converge.

exception superphot_pipeline.pipeline_exceptions.HDF5LayoutError[source]

Bases: RuntimeError

Error caused by invalid specification of HDF5 layout.

exception superphot_pipeline.pipeline_exceptions.ImageMismatchError[source]

Bases: ValueError

Attempt to combine incompatible images in some way.

exception superphot_pipeline.pipeline_exceptions.OutsideImageError[source]

Bases: IndexError

Attempt to access image data outside the bounds of the image.