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 Developer Reference
Chandrayaan2OhrcCamera.h
Go to the documentation of this file.
1#ifndef OHRCCamera_h
2#define OHRCCamera_h
3
9
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "LineScanCamera.h"
13
14namespace Isis {
21 public:
23
26
33 virtual int CkFrameId() const { return (-152270); }
34
41 virtual int CkReferenceId() const { return (1); }
42
49 virtual int SpkReferenceId() const { return (1); }
50 };
51};
52#endif
virtual int CkFrameId() const
CK frame ID - - Instrument Code.
Definition Chandrayaan2OhrcCamera.h:33
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition Chandrayaan2OhrcCamera.h:49
virtual int CkReferenceId() const
CK Reference ID - MRO_MME_OF_DATE.
Definition Chandrayaan2OhrcCamera.h:41
~Chandrayaan2OhrcCamera()
Destroys the CTXCamera object.
Definition Chandrayaan2OhrcCamera.h:25
Chandrayaan2OhrcCamera(Cube &cube)
Constructs a Chandrayaan 2 OHRC Camera object using the image labels.
Definition Chandrayaan2OhrcCamera.cpp:30
IO Handler for Isis Cubes.
Definition Cube.h:168
LineScanCamera(Isis::Cube &cube)
Constructs the LineScanCamera object.
Definition LineScanCamera.cpp:16
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16