flint.exceptions

Exceptions

AttemptRerunException

Intended to be used in stream call back functions to

CleanDivergenceError

Raised if it is detected that cleaning has diverged.

FlintException

Base exception for Flint

FrequencyMismatchError

Raised when there are differences in frequencies

GainCalError

Raised when it appears like the casa gaincal task fails.

MSError

An error for MS related things

NamingException

Raised when there are issues with naming

NotSupportedError

Raised when something is not supported

PhaseOutlierFitError

Raised when the phase outlier fit routine fails.

TarArchiveError

Raised it the flint tarball is not created successfullty

TimeLimitException

A function has taken too long to execute

UnknownContainerException

An unknown container was requested

Module Contents

exception flint.exceptions.AttemptRerunException[source]

Bases: FlintException

Intended to be used in stream call back functions to capture strange errors and signify that they should be rerun. For instance, strange BANE deadlocking errors.

exception flint.exceptions.CleanDivergenceError[source]

Bases: FlintException

Raised if it is detected that cleaning has diverged.

exception flint.exceptions.FlintException[source]

Bases: Exception

Base exception for Flint

exception flint.exceptions.FrequencyMismatchError[source]

Bases: FlintException

Raised when there are differences in frequencies

exception flint.exceptions.GainCalError[source]

Bases: FlintException

Raised when it appears like the casa gaincal task fails.

exception flint.exceptions.MSError[source]

Bases: FlintException

An error for MS related things

exception flint.exceptions.NamingException[source]

Bases: FlintException

Raised when there are issues with naming

exception flint.exceptions.NotSupportedError[source]

Bases: FlintException

Raised when something is not supported

exception flint.exceptions.PhaseOutlierFitError[source]

Bases: FlintException

Raised when the phase outlier fit routine fails.

exception flint.exceptions.TarArchiveError[source]

Bases: FlintException

Raised it the flint tarball is not created successfullty

exception flint.exceptions.TimeLimitException[source]

Bases: FlintException

A function has taken too long to execute

exception flint.exceptions.UnknownContainerException[source]

Bases: FlintException

An unknown container was requested