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. |
|
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. |
Module Contents#
- exception punchbowl.exceptions.PUNCHBowlError#
Bases:
ExceptionBase class for exceptions in punchbowl.
- exception punchbowl.exceptions.InvalidDataError#
Bases:
PUNCHBowlErrorInvalid data error.
- exception punchbowl.exceptions.InvalidHeaderError#
Bases:
PUNCHBowlErrorHeader is not properly formatted.
- exception punchbowl.exceptions.MissingMetadataError#
Bases:
PUNCHBowlErrorMetadata missing for processing.
- exception punchbowl.exceptions.IncorrectFileCountError#
Bases:
PUNCHBowlErrorWrong number of files passed in.
- exception punchbowl.exceptions.PUNCHBowlWarning#
Bases:
WarningBase class for warnings in punchbowl.
- exception punchbowl.exceptions.LargeTimeDeltaWarning#
Bases:
PUNCHBowlWarningLarge time delta warning between datasets.
- exception punchbowl.exceptions.NoCalibrationDataWarning#
Bases:
PUNCHBowlWarningCalibration skipped no valid calibration data available.
- exception punchbowl.exceptions.ExtraMetadataWarning#
Bases:
PUNCHBowlWarningExtra metadata found but ignored.
- exception punchbowl.exceptions.IncorrectPolarizationStateWarning#
Bases:
PUNCHBowlWarningMismatched polarization state detected but ignored.
- exception punchbowl.exceptions.IncorrectTelescopeWarning#
Bases:
PUNCHBowlWarningMismatched telescope detected but ignored.