OpNav

giant.opnav_class:

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.

Parameters:

camera (Camera) – An instance of Camera that is to have OpNav performed on it

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

OpNav.add_images

This method adds new images to be processed.