Isis 3 Programmer Reference
Chandrayaan1M3Camera.h
Go to the documentation of this file.
1 #ifndef Chandrayaan1M3Camera_h
2 #define Chandrayaan1M3Camera_h
3 
24 #include "LineScanCamera.h"
25 
26 namespace Isis {
48  public:
50 
53 
60  virtual int CkFrameId() const { return (-86000); }
61 
68  virtual int CkReferenceId() const { return (1); }
69 
76  virtual int SpkReferenceId() const { return (1); }
77  };
78 };
79 #endif
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Chandrayaan1M3Camera(Cube &cube)
Constructs a Chandrayaan 1 M3 Camera object using the image labels.
Generic class for Line Scan Cameras.
~Chandrayaan1M3Camera()
Destroys the Chandrayaan1M3Camera object.
virtual int CkReferenceId() const
CK Reference ID - J2000.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Chandrayaan1 M3 Camera Model.
IO Handler for Isis Cubes.
Definition: Cube.h:170