flint.exceptions¶
Exceptions¶
Intended to be used in stream call back functions to |
|
Raised if it is detected that cleaning has diverged. |
|
Base exception for Flint |
|
Raised when there are differences in frequencies |
|
Raised when it appears like the casa gaincal task fails. |
|
An error for MS related things |
|
Raised when there are issues with naming |
|
Raised when something is not supported |
|
Raised when the phase outlier fit routine fails. |
|
Raised it the flint tarball is not created successfullty |
|
A function has taken too long to execute |
|
An unknown container was requested |
Module Contents¶
- exception flint.exceptions.AttemptRerunException[source]¶
Bases:
FlintExceptionIntended 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:
FlintExceptionRaised if it is detected that cleaning has diverged.
- exception flint.exceptions.FrequencyMismatchError[source]¶
Bases:
FlintExceptionRaised when there are differences in frequencies
- exception flint.exceptions.GainCalError[source]¶
Bases:
FlintExceptionRaised when it appears like the casa gaincal task fails.
- exception flint.exceptions.MSError[source]¶
Bases:
FlintExceptionAn error for MS related things
- exception flint.exceptions.NamingException[source]¶
Bases:
FlintExceptionRaised when there are issues with naming
- exception flint.exceptions.NotSupportedError[source]¶
Bases:
FlintExceptionRaised when something is not supported
- exception flint.exceptions.PhaseOutlierFitError[source]¶
Bases:
FlintExceptionRaised when the phase outlier fit routine fails.
- exception flint.exceptions.TarArchiveError[source]¶
Bases:
FlintExceptionRaised it the flint tarball is not created successfullty
- exception flint.exceptions.TimeLimitException[source]¶
Bases:
FlintExceptionA function has taken too long to execute
- exception flint.exceptions.UnknownContainerException[source]¶
Bases:
FlintExceptionAn unknown container was requested