Isis 3.0 Programmer Reference
Back | Home
ApolloMetricCamera.h
Go to the documentation of this file.
1 #ifndef ApolloMetricCamera_h
2 #define ApolloMetricCamera_h
3 
22 #include "FramingCamera.h"
23 
24 namespace Isis {
63  public:
64  ApolloMetricCamera(Cube &cube);
67  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
68  double exposureDuration);
69 
79  virtual int CkFrameId() const { return p_ckFrameId; }
80 
90  virtual int CkReferenceId() const { return p_ckReferenceId; }
91 
101  virtual int SpkTargetId() const { return p_spkTargetId; }
102 
113  virtual int SpkReferenceId() const { return (1); }
114 
115  private:
119  };
120 };
121 #endif
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
int p_spkTargetId
Spacecraft Kernel Target ID.
~ApolloMetricCamera()
Destroys the ApolloMetricCamera Object.
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 p_ckReferenceId
&quot;Camera-matrix&quot; Kernel Reference ID
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
int p_ckFrameId
&quot;Camera-matrix&quot; Kernel Frame ID
virtual int SpkTargetId() const
SPK Target Body ID - Apollo 15 = -915 Apollo 16 = -916 Apollo 17 = -917.
Apollo Metric Camera Model.
ApolloMetricCamera(Cube &cube)
Constructs an Apollo Metric Camera object using the image labels.
virtual int CkReferenceId() const
CK Reference ID - APOLLO_15_NADIR = 1 APOLLO_16_NADIR = 1 APOLLO_17_NADIR = 1.
virtual int CkFrameId() const
CK frame ID - Apollo 15 instrument code (A15_METRIC) = -915240 Apollo 16 instrument code (A16_METRIC)...
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:14:18