Isis 3 Programmer Reference
Hyb2OncCamera.h
1#ifndef Hyb2OncCamera_h
2#define Hyb2OncCamera_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FramingCamera.h"
13
14namespace Isis {
28 public:
29 Hyb2OncCamera(Cube &cube);
30
32
33 virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
34 double exposureDuration);
35
36 virtual int CkFrameId() const;
37 virtual int CkReferenceId() const;
38 virtual int SpkReferenceId() const;
39 };
40};
41#endif
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.
This is the camera model for the Hayabusa2 ONC camera.
virtual int CkReferenceId() const
CK Reference ID - J2000.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
~Hyb2OncCamera()
Default Destructor.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Hyb2OncCamera(Cube &cube)
Constructs a Hayabusa2 Hyb2OncCamera object using the image labels.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
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