Isis 3.0 Programmer Reference
Back | Home
HayabusaAmicaCamera.h
Go to the documentation of this file.
1 #ifndef HayabusaAmicaCamera_h
2 #define HayabusaAmicaCamera_h
3 
23 #include "FramingCamera.h"
24 
25 namespace Isis {
56  public:
58 
60 
61  virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
62  double exposureDuration);
63 
64  virtual int CkFrameId() const;
65  virtual int CkReferenceId() const;
66  virtual int SpkReferenceId() const;
67  };
68 };
69 #endif
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 CkReferenceId() const
CK Reference ID - J2000.
HayabusaAmicaCamera(Cube &cube)
Constructs a Hayabusa HayabusaAmicaCamera object using the image labels.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
This is the camera model for the Hayabusa AMICA camera.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
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:19:26