Isis 3 Programmer Reference
ApolloMetricCamera.h
1#ifndef ApolloMetricCamera_h
2#define ApolloMetricCamera_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FramingCamera.h"
13
14namespace Isis {
54 public:
58 virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
59 double exposureDuration);
60
70 virtual int CkFrameId() const { return p_ckFrameId; }
71
81 virtual int CkReferenceId() const { return p_ckReferenceId; }
82
92 virtual int SpkTargetId() const { return p_spkTargetId; }
93
104 virtual int SpkReferenceId() const { return (1); }
105
106 private:
110 };
111};
112#endif
Apollo Metric Camera Model.
virtual int CkReferenceId() const
CK Reference ID - APOLLO_15_NADIR = 1 APOLLO_16_NADIR = 1 APOLLO_17_NADIR = 1.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
int p_ckFrameId
"Camera-matrix" Kernel Frame ID
virtual int SpkTargetId() const
SPK Target Body ID - Apollo 15 = -915 Apollo 16 = -916 Apollo 17 = -917.
int p_ckReferenceId
"Camera-matrix" Kernel Reference ID
ApolloMetricCamera(Cube &cube)
Constructs an Apollo Metric Camera object using the image labels.
int p_spkTargetId
Spacecraft Kernel Target ID.
virtual int CkFrameId() const
CK frame ID - Apollo 15 instrument code (A15_METRIC) = -915240 Apollo 16 instrument code (A16_METRIC)...
~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:3093
IO Handler for Isis Cubes.
Definition Cube.h:168
Generic class for Framing Cameras.
virtual iTime time() const
Returns the ephemeris time in seconds which was used to obtain the spacecraft and sun positions.
Definition Spice.cpp:891
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16