Errors¶
- exception orthority.errors.OrthorityError¶
Bases:
ExceptionBase exception class - raised when user data or arguments are invalid.
- exception orthority.errors.ParamError¶
Bases:
OrthorityErrorRaised when there is a problem reading camera parameters.
- exception orthority.errors.CrsError¶
Bases:
OrthorityErrorRaised when a CRS is invalid.
- exception orthority.errors.CrsMissingError¶
Bases:
OrthorityErrorRaised when a required CRS was not specified.
- exception orthority.errors.CameraInitError¶
Bases:
ExceptionRaised when a camera’s parameters have not been initialised.
- exception orthority.errors.OrthorityWarning¶
Bases:
RuntimeWarningOrthority runtime warning.