Isis 3 Programmer Reference
LoHighCamera.h
Go to the documentation of this file.
1 #ifndef LoHighCamera_h
2 #define LoHighCamera_h
3 
23 #include "FramingCamera.h"
24 
25 namespace Isis {
67  class LoHighCamera : public FramingCamera {
68  public:
69  LoHighCamera(Cube &cube);
72  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
73  double exposureDuration);
80  virtual int CkFrameId() const { return (m_ckFrameId); }
81 
88  virtual int CkReferenceId() const { return (1); }
89 
96  virtual int SpkReferenceId() const { return (1); }
97 
98  private:
100  };
101 };
102 #endif
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: LoHighCamera.h:88
Defines the Lunar Orbiter High Resolution camera class.
Definition: LoHighCamera.h:67
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: LoHighCamera.h:96
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: LoHighCamera.h:80
~LoHighCamera()
Destroys the LoHighCamera Object.
Definition: LoHighCamera.h:71
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition: Camera.cpp:3075
LoHighCamera(Cube &cube)
Constructs the LoHigh camera model object from the labels.
int m_ckFrameId
LO 3,4,5 CK frame id.
Definition: LoHighCamera.h:99
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