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