synthesizer.exceptions

The definitions for Synthesizer specific errors.

Exceptions

BadResult(*args)

Exception class for when a result is not as expected.

DownloadError(*args)

Exception for failed downloads.

GridError(*args)

Exception class Grid related issues.

InconsistentAddition(*args)

Generic exception class for when adding two objects is impossible.

InconsistentArguments(*args)

Generic exception class for inconsistent combinations of arguments.

InconsistentCoordinates(*args)

Generic exception class for when coordinates are inconsistent.

InconsistentMultiplication(*args)

Generic exception class for impossible multiplications.

InconsistentParameter(*args)

Generic exception class for inconsistent parameters.

InconsistentWavelengths(*args)

Exception class for when wavelengths are inconsistent.

IncorrectUnits(*args)

Generic exception class for when incorrect units are provided.

MissingArgument(*args)

Generic exception class for when an argument is missing.

MissingAttribute(*args)

Exception class for when a required attribute is missing.

MissingIFU(*args)

Exception class for when an IFU has not yet been made.

MissingImage(*args)

Exception class for when an image has not yet been made.

MissingLines(*args)

Exception class for when a line is missing from a spectrum.

MissingMaskAttribute(*args)

Exception class for when the masking attribute is missing.

MissingModelSettings(*args)

Exception class for when a model is missing settings.

MissingSpectraType(*args)

Exception class for when a spectra type is missing.

MissingUnits(*args)

Generic exception class for when expected units aren't provided.

PipelineNotReady(*args)

Exception class for when a required pipeline step hasn't been run.

SVOFilterNotFound(*args)

Exception class for when an SVO filter code isn't in the database.

SVOInaccessible(*args)

Generic exception class for when SVO is inaccessible.

SVOTransmissionHasUnits(*args)

Exception class for when an SVO filter returns units.

UnimplementedFunctionality(*args)

Generic exception class for functionality not yet implemented.

UnknownImageType(*args)

Generic exception class for functionality not yet implemented.

UnmetDependency(*args)

Exception for missing dependencies.

UnrecognisedOption(*args)

Exception class string arguments not being a recognised option.

WavelengthOutOfRange(*args)

Exception class for when a wavelength is out of range.