autowisp.pipeline_exceptions module
Class Inheritance Diagram

Collection of non-standard exceptions raised by the pipeline.
- exception autowisp.pipeline_exceptions.BadImageError[source]
Bases:
ValueError
An image does not look like it is expected to.
- exception autowisp.pipeline_exceptions.ConvergenceError[source]
Bases:
RuntimeError
Some iterative procedure failed to converge.
- exception autowisp.pipeline_exceptions.HDF5LayoutError[source]
Bases:
RuntimeError
Error caused by invalid specification of HDF5 layout.
- exception autowisp.pipeline_exceptions.ImageMismatchError[source]
Bases:
ValueError
Attempt to combine incompatible images in some way.
- exception autowisp.pipeline_exceptions.OutsideImageError[source]
Bases:
IndexError
Attempt to access image data outside the bounds of the image.