punchbowl.exceptions#
Exceptions#
Base class for exceptions in punchbowl. |
|
Invalid data error. |
|
Header is not properly formatted. |
|
Metadata missing for processing. |
|
Wrong number of files passed in. |
|
Mismatched polarization state detected but ignored. |
|
Mismatched telescope detected but ignored. |
|
Base class for warnings in punchbowl. |
|
Large time delta warning between datasets. |
|
Calibration skipped no valid calibration data available. |
|
Extra metadata found but ignored. |
|
Mismatched polarization state detected but ignored. |
|
Mismatched telescope detected but ignored. |
|
Data values may exceed expected values. |
|
Timezone problems. |
|
Values to interpolate between are identical. |
Module Contents#
- exception punchbowl.exceptions.PUNCHBowlError[source]#
Bases:
ExceptionBase class for exceptions in punchbowl.
- exception punchbowl.exceptions.InvalidDataError[source]#
Bases:
PUNCHBowlErrorInvalid data error.
- exception punchbowl.exceptions.InvalidHeaderError[source]#
Bases:
PUNCHBowlErrorHeader is not properly formatted.
- exception punchbowl.exceptions.MissingMetadataError[source]#
Bases:
PUNCHBowlErrorMetadata missing for processing.
- exception punchbowl.exceptions.IncorrectFileCountError[source]#
Bases:
PUNCHBowlErrorWrong number of files passed in.
- exception punchbowl.exceptions.IncorrectPolarizationStateError[source]#
Bases:
PUNCHBowlErrorMismatched polarization state detected but ignored.
- exception punchbowl.exceptions.IncorrectTelescopeError[source]#
Bases:
PUNCHBowlErrorMismatched telescope detected but ignored.
- exception punchbowl.exceptions.PUNCHBowlWarning[source]#
Bases:
WarningBase class for warnings in punchbowl.
- exception punchbowl.exceptions.LargeTimeDeltaWarning[source]#
Bases:
PUNCHBowlWarningLarge time delta warning between datasets.
- exception punchbowl.exceptions.NoCalibrationDataWarning[source]#
Bases:
PUNCHBowlWarningCalibration skipped no valid calibration data available.
- exception punchbowl.exceptions.ExtraMetadataWarning[source]#
Bases:
PUNCHBowlWarningExtra metadata found but ignored.
- exception punchbowl.exceptions.IncorrectPolarizationStateWarning[source]#
Bases:
PUNCHBowlWarningMismatched polarization state detected but ignored.
- exception punchbowl.exceptions.IncorrectTelescopeWarning[source]#
Bases:
PUNCHBowlWarningMismatched telescope detected but ignored.
- exception punchbowl.exceptions.DataValueWarning[source]#
Bases:
PUNCHBowlWarningData values may exceed expected values.
- exception punchbowl.exceptions.MissingTimezoneWarning[source]#
Bases:
PUNCHBowlWarningTimezone problems.
- exception punchbowl.exceptions.CantInterpolateWarning[source]#
Bases:
PUNCHBowlWarningValues to interpolate between are identical.