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
Mariner10Camera.h
1#ifndef Mariner10Camera_h
2#define Mariner10Camera_h
3
9
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "FramingCamera.h"
13
14namespace Isis {
51 public:
52 Mariner10Camera(Cube &cube);
55 virtual std::pair <iTime, iTime> ShutterOpenCloseTimes(double time,
56 double exposureDuration);
57
64 virtual int CkFrameId() const { return (-76000); }
65
72 virtual int CkReferenceId() const { return (1); }
73
80 virtual int SpkReferenceId() const { return (1); }
81 };
82};
83#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 int SpkReferenceId() const
SPK Reference ID - J2000.
~Mariner10Camera()
Destroys the Mariner10Camera Object.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Mariner10Camera(Cube &cube)
Creates a Mariner10 Camera Model.
virtual std::pair< iTime, iTime > ShutterOpenCloseTimes(double time, double exposureDuration)
Returns the shutter open and close times.
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