Isis 3 Programmer Reference
LwirCamera.h
Go to the documentation of this file.
1 #ifndef LwirCamera_h
2 #define LwirCamera_h
3 
23 #include "FramingCamera.h"
24 
25 namespace Isis {
68  class LwirCamera : public FramingCamera {
69  public:
70  LwirCamera(Cube &cube);
73  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
74  double exposureDuration);
75 
82  virtual int CkFrameId() const { return (-40000); }
83 
90  virtual int CkReferenceId() const { return (1); }
91 
98  virtual int SpkReferenceId() const { return (1); }
99  };
100 };
101 #endif
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: LwirCamera.h:98
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: LwirCamera.h:90
LwirCamera(Cube &cube)
Constructs a LwirCamera object using the image labels.
Definition: LwirCamera.cpp:50
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: LwirCamera.h:82
This is the camera model for the Clementine Long-Wavelength Infrared Camera.
Definition: LwirCamera.h:68
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.
Definition: LwirCamera.cpp:134
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition: Camera.cpp:3075
~LwirCamera()
Destroys the LwirCamera object.
Definition: LwirCamera.h:72
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