Isis 3 Programmer Reference
Chandrayaan1M3Camera.h
1#ifndef Chandrayaan1M3Camera_h
2#define Chandrayaan1M3Camera_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include "LineScanCamera.h"
13
14namespace Isis {
36 public:
38
41
48 virtual int CkFrameId() const { return (-86000); }
49
56 virtual int CkReferenceId() const { return (1); }
57
64 virtual int SpkReferenceId() const { return (1); }
65 };
66};
67#endif
Chandrayaan1 M3 Camera Model.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
virtual int CkReferenceId() const
CK Reference ID - J2000.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
~Chandrayaan1M3Camera()
Destroys the Chandrayaan1M3Camera object.
IO Handler for Isis Cubes.
Definition Cube.h:168
Generic class for Line Scan Cameras.
Chandrayaan1M3Camera(Cube &cube)
Constructs a Chandrayaan 1 M3 Camera object using the image labels.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16