Isis 3 Programmer Reference
OsirisRexOcamsCamera.h
Go to the documentation of this file.
1 #ifndef OsirisRexOcamsCamera_h
2 #define OsirisRexOcamsCamera_h
3 
23 #include "FramingCamera.h"
24 
25 #include <QString>
26 
27 namespace Isis {
57  public:
60 
61  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
62  double exposureDuration);
63 
64  virtual int CkFrameId() const;
65  virtual int CkReferenceId() const;
66  virtual int SpkReferenceId() const;
67 
68  };
69 };
70 #endif
virtual int CkFrameId() const
The frame ID for the spacecraft (or instrument) used by the Camera-matrix Kernel. ...
This class models the behavior and attributes of the OSIRIS-REx Cameras: Mapping Camera, PolyMath Camera, and Sample Camera.
OsirisRexOcamsCamera(Cube &cube)
Constructs an OSIRIS-REx Camera Model using the image labels.
~OsirisRexOcamsCamera()
Destroys the MapCamera object.
virtual int SpkReferenceId() const
The reference frame ID for the Spacecraft Kernel is 1, representing J2000.
virtual int CkReferenceId() const
The frame ID for the reference coordinate system used by the Camera-matrix Kernel.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition: Camera.cpp:3075
Generic class for Framing Cameras.
Definition: FramingCamera.h:48
IO Handler for Isis Cubes.
Definition: Cube.h:170
iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions...
Definition: Spice.cpp:809