flint.exceptions ================ .. py:module:: flint.exceptions Exceptions ---------- .. autoapisummary:: flint.exceptions.AttemptRerunException flint.exceptions.CleanDivergenceError flint.exceptions.FlintException flint.exceptions.FrequencyMismatchError flint.exceptions.GainCalError flint.exceptions.MSError flint.exceptions.NamingException flint.exceptions.NotSupportedError flint.exceptions.PhaseOutlierFitError flint.exceptions.TarArchiveError flint.exceptions.TimeLimitException flint.exceptions.UnknownContainerException Module Contents --------------- .. py:exception:: AttemptRerunException Bases: :py:obj:`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. .. py:exception:: CleanDivergenceError Bases: :py:obj:`FlintException` Raised if it is detected that cleaning has diverged. .. py:exception:: FlintException Bases: :py:obj:`Exception` Base exception for Flint .. py:exception:: FrequencyMismatchError Bases: :py:obj:`FlintException` Raised when there are differences in frequencies .. py:exception:: GainCalError Bases: :py:obj:`FlintException` Raised when it appears like the casa gaincal task fails. .. py:exception:: MSError Bases: :py:obj:`FlintException` An error for MS related things .. py:exception:: NamingException Bases: :py:obj:`FlintException` Raised when there are issues with naming .. py:exception:: NotSupportedError Bases: :py:obj:`FlintException` Raised when something is not supported .. py:exception:: PhaseOutlierFitError Bases: :py:obj:`FlintException` Raised when the phase outlier fit routine fails. .. py:exception:: TarArchiveError Bases: :py:obj:`FlintException` Raised it the flint tarball is not created successfullty .. py:exception:: TimeLimitException Bases: :py:obj:`FlintException` A function has taken too long to execute .. py:exception:: UnknownContainerException Bases: :py:obj:`FlintException` An unknown container was requested