Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis 3 Programmer Reference
Hyb2OncCamera.h
1#ifndef Hyb2OncCamera_h
2#define Hyb2OncCamera_h
3
9
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
FramingCamera(Cube &cube)
Constructs the FramingCamera object.
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