Isis 3.0 Programmer Reference
Back | Home
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.
No Focal Plane Map.
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition: Camera.cpp:3113
iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions...
Definition: Spice.cpp:804
int m_ckFrameId
LO 3,4,5 CK frame id.
Fiducial Focal Plane Map.
Defines the Lunar Orbiter Medium Resolution camera class.
virtual int SpkReferenceId() const
SPK 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.
virtual int CkReferenceId() const
CK Reference ID - J2000.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
~LoMediumCamera()
Destroys the LoMediumCamera Object.
Boresight Focal Plane Map.
Generic class for Framing Cameras.
Definition: FramingCamera.h:48
IO Handler for Isis Cubes.
Definition: Cube.h:158

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:22:28