Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
CTXCamera.h
Go to the documentation of this file.
1 #ifndef CTXCamera_h
2 #define CTXCamera_h
3 
24 #include "LineScanCamera.h"
25 
26 namespace Isis {
74  class CTXCamera : public LineScanCamera {
75  public:
76  CTXCamera(Cube &cube);
77 
79  ~CTXCamera() {};
80 
87  virtual int CkFrameId() const { return (-74000); }
88 
95  virtual int CkReferenceId() const { return (-74900); }
96 
103  virtual int SpkReferenceId() const { return (1); }
104  };
105 };
106 #endif
virtual int CkFrameId() const
CK frame ID - - Instrument Code from spacit run on CK.
Definition: CTXCamera.h:87
Generic class for Line Scan Cameras.
virtual int CkReferenceId() const
CK Reference ID - MRO_MME_OF_DATE.
Definition: CTXCamera.h:95
CTXCamera(Cube &cube)
Constructs an MRO CTX Camera object using the image labels.
Definition: CTXCamera.cpp:45
MRO CTX Camera Model.
Definition: CTXCamera.h:74
~CTXCamera()
Destroys the CTXCamera object.
Definition: CTXCamera.h:79
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
Definition: CTXCamera.h:103
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
IO Handler for Isis Cubes.
Definition: Cube.h:170

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:16:11