Isis 3 Programmer Reference
LoMediumCamera.h
Go to the documentation of this file.
1 #ifndef LoMediumCamera_h
2 #define LoMediumCamera_h
3 
23 #include "FramingCamera.h"
24 
25 namespace Isis {
69  class LoMediumCamera : public FramingCamera {
70  public:
71  LoMediumCamera(Cube &cube);
81  };
82  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
83  double exposureDuration);
84 
91  virtual int CkFrameId() const { return (m_ckFrameId); }
92 
99  virtual int CkReferenceId() const { return (1); }
100 
107  virtual int SpkReferenceId() const { return (1); }
108 
109  private:
111  };
112 };
113 #endif
LoMediumCamera(Cube &cube)
Initialize the LoMedium camera model.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
No Focal Plane Map.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
int m_ckFrameId
LO 3,4,5 CK frame id.
Fiducial Focal Plane Map.
Defines the Lunar Orbiter Medium Resolution camera class.
virtual int CkReferenceId() const
CK Reference ID - J2000.
FocalPlaneMapType
This enum defines the types of focal plane maps supported in this class.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
~LoMediumCamera()
Destroys the LoMediumCamera Object.
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
Boresight Focal Plane Map.
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