Isis 3.0 Programmer Reference
Back | Home
ApolloPanoramicCamera.h
Go to the documentation of this file.
1 #ifndef ApolloPanoramicCamera_h
2 #define ApolloPanoramicCamera_h
3 
27 #include "LineScanCamera.h"
28 
29 namespace Isis {
30  class PvlGroup;
53  public:
55 
58 
65  //this sensor was used on multiple missions so it is necessary to check which Apollo
66  virtual int CkFrameId() const {return m_CkFrameId; }
67 
74  virtual int CkReferenceId() const { return (1); }
75 
82  virtual int SpkReferenceId() const { return (1); }
83 
88 
90  double intOriResidualMax() const { return m_residualMax; }
91 
93  double intOriResidualMean() const { return m_residualMean; }
94 
96  double intOriResidualStdev() const { return m_residualStdev; }
97 
98  private:
101 
104 
107 
110  };
111 };
112 
113 #endif
~ApolloPanoramicCamera()
Destorys the ApolloPanoramicCamera object.
double intOriResidualStdev() const
Standard deviation of interior orientation residual vector length, accesor.
double m_residualMean
Max interior orientation residual vector length.
int m_CkFrameId
CK "Camera Matrix" kernel frame ID.
Generic class for Line Scan Cameras.
double m_residualStdev
Standard deviation of interior orientation residual vector length.
PvlGroup intOriResidualsReport()
Returns residual summary statistics from interior orientation as a PvlGroup.
double intOriResidualMax() const
Max interior orientation residual vector length, accesor.
ApolloPanoramicCamera(Cube &lab)
Constructs an Apollo Panoramic Camera object using the image labels.
Contains multiple PvlContainers.
Definition: PvlGroup.h:57
virtual int CkFrameId() const
CK frame ID - - Instrument Code.
Apollo Panoramic Camera.
virtual int SpkReferenceId() const
SPK Reference ID - J2000.
double intOriResidualMean() const
Mean (average) of interior orientation residual vector length, accesor.
virtual int CkReferenceId() const
CK Reference ID - J2000.
double m_residualMax
Mean (average) of interior orientation residual vector length.
IO Handler for Isis Cubes.
Definition: Cube.h:158

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 ISIS Support Center
File Modified: 07/12/2023 23:14:22