Isis 3 Programmer Reference
Hyb2OncCamera.h
Go to the documentation of this file.
1 #ifndef Hyb2OncCamera_h
2 #define Hyb2OncCamera_h
3 
24 #include "FramingCamera.h"
25 
26 namespace Isis {
39  class Hyb2OncCamera : public FramingCamera {
40  public:
41  Hyb2OncCamera(Cube &cube);
42 
44 
45  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
46  double exposureDuration);
47 
48  virtual int CkFrameId() const;
49  virtual int CkReferenceId() const;
50  virtual int SpkReferenceId() const;
51  };
52 };
53 #endif
~Hyb2OncCamera()
Default Destructor.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
virtual int CkReferenceId() const
CK Reference ID - J2000.
This is the camera model for the Hayabusa2 ONC camera.
Definition: Hyb2OncCamera.h:39
Hyb2OncCamera(Cube &cube)
Constructs a Hayabusa2 Hyb2OncCamera object using the image labels.
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