autowisp.pipeline_exceptions module
Class Inheritance Diagram

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