Isis 3.0 Programmer Reference
Back | Home
Mariner10Camera.h
Go to the documentation of this file.
1 #ifndef Mariner10Camera_h
2 #define Mariner10Camera_h
3 
25 #include "FramingCamera.h"
26 
27 namespace Isis {
63  class Mariner10Camera : public FramingCamera {
64  public:
65  Mariner10Camera(Cube &cube);
68  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
69  double exposureDuration);
70 
77  virtual int CkFrameId() const { return (-76000); }
78 
85  virtual int CkReferenceId() const { return (1); }
86 
93  virtual int SpkReferenceId() const { return (1); }
94  };
95 };
96 #endif
Mariner10Camera(Cube &cube)
Creates a Mariner10 Camera Model.
virtual int CkReferenceId() const
CK Reference ID - J2000.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
virtual double exposureDuration() const
Return the exposure duration for the pixel that the camera is set to.
Definition: Camera.cpp:3113
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
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 SpkReferenceId() const
SPK Reference ID - J2000.
Generic class for Framing Cameras.
Definition: FramingCamera.h:48
Mariner10 Camera Model.
~Mariner10Camera()
Destroys the Mariner10Camera Object.
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:23:00