OpNav¶
- class giant.opnav_class.OpNav(camera)[source]¶
This serves as a container for
Camera
instances and provides aliases to quickly access their attributes from an instance of this class.This class is rarely used as is, and instead is used as a super class for new OpNav user interfaces.
- property camera: Camera¶
The camera instance to perform OpNav on.
This should be an instance of the
Camera
class or one of its subclasses.See the
Camera
class documentation for more details
- property model: CameraModel¶
This alias returns the current camera model from the camera attribute.
It is provided for convenience since the camera model is used frequently.
Summary of Methods
This method adds new images to be processed. |