Errors

exception orthority.errors.OrthorityError

Bases: Exception

Base exception class - raised when user data or arguments are invalid.

exception orthority.errors.ParamError

Bases: OrthorityError

Raised when there is a problem reading camera parameters.

exception orthority.errors.CrsError

Bases: OrthorityError

Raised when a CRS is invalid.

exception orthority.errors.CrsMissingError

Bases: OrthorityError

Raised when a required CRS was not specified.

exception orthority.errors.CameraInitError

Bases: Exception

Raised when a camera’s parameters have not been initialised.

exception orthority.errors.OrthorityWarning

Bases: RuntimeWarning

Orthority runtime warning.