Isis 3.0 Programmer Reference
Back | Home
UvvisCamera.h
Go to the documentation of this file.
1 #ifndef UvvisCamera_h
2 #define UvvisCamera_h
3 
23 #include "FramingCamera.h"
24 
25 namespace Isis {
76  class UvvisCamera : public FramingCamera {
77  public:
78  UvvisCamera(Cube &cube);
81  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
82  double exposureDuration);
83 
90  virtual int CkFrameId() const { return (-40000); }
91 
98  virtual int CkReferenceId() const { return (1); }
99 
106  virtual int SpkReferenceId() const { return (1); }
107  };
108 };
109 #endif
This is the camera model for the Clementine Ultraviolet/Visible Camera.
Definition: UvvisCamera.h:76
~UvvisCamera()
Destroys the UvvisCamera object.
Definition: UvvisCamera.h:80
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: UvvisCamera.h:106
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
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: UvvisCamera.h:90
virtual int CkReferenceId() const
CK Reference ID - J2000.
Definition: UvvisCamera.h:98
UvvisCamera(Cube &cube)
Constructs a Clementine UV/VIS Model using the image labels.
Definition: UvvisCamera.cpp:46
Generic class for Framing Cameras.
Definition: FramingCamera.h:48
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
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:31:19