salterror

This is a module defining all basic exceptions that can be raised by the SALT data reduction software.

exception salterror.SaltError

Bases: exceptions.Exception

Base class from which all SALT errors should be derived.

exception salterror.SaltIOError

Bases: salterror.SaltError

Errors involving IO should cause this exception to be raised.

Previous topic

The PySALT API

Next topic

saltfit

This Page