1 #ifndef CameraStatistics_h 2 #define CameraStatistics_h 113 return m_obliqueResStat;
123 return m_obliqueSampleResStat;
135 return m_obliqueLineResStat;
147 return m_sampleResStat;
158 return m_lineResStat;
169 return m_aspectRatioStat;
191 return m_emissionStat;
202 return m_incidenceStat;
213 return m_localSolarTimeStat;
224 return m_localRaduisStat;
235 return m_northAzimuthStat;
239 void init(
Camera *cam,
int sinc,
int linc, QString filename);
const Statistics * getLocalSolarTimeStat() const
Accessor method for inspecting the statistics gathered on the Local Solar Times of the input Camera...
Definition: CameraStatistics.h:212
const Statistics * getObliqueResStat() const
Accessor method for inspecting the statistics gathered on the oblique pixel resolutions of the input ...
Definition: CameraStatistics.h:112
const Statistics * getObliqueSampleResStat() const
Accessor method for inspecting the statistics gathered on the oblique sample resolutions of the input...
Definition: CameraStatistics.h:122
const Statistics * getEmissionStat() const
Accessor method for inspecting the statistics gathered on the Emission Angles of the input Camera...
Definition: CameraStatistics.h:190
const Statistics * getNorthAzimuthStat() const
Accessor method for inspecting the statistics gathered on the North Azimuths of the input Camera...
Definition: CameraStatistics.h:234
const Statistics * getLonStat() const
Accessor method for inspecting the statistics gathered on the Universal Longitudes of the input Camer...
Definition: CameraStatistics.h:88
This class is used to accumulate statistics on double arrays.
Definition: Statistics.h:107
void addStats(Camera *cam, int &sample, int &line)
Add statistics data to Statistics objects if the Camera position given by the provided line and sampl...
Definition: CameraStatistics.cpp:233
Calculates a series of statistics pertaining to a Camera.
Definition: CameraStatistics.h:58
Pvl toPvl() const
Constructs a Pvl object from the values in the various statistics objects.
Definition: CameraStatistics.cpp:361
virtual ~CameraStatistics()
Destroy this instance, deletes all the Statistics objects.
Definition: CameraStatistics.cpp:154
CameraStatistics(QString filename, int sinc, int linc)
Constructs the Camera Statistics object from a Cube filename.
Definition: CameraStatistics.cpp:27
A single keyword-value pair.
Definition: PvlKeyword.h:98
const Statistics * getAspectRatioStat() const
Accessor method for inspecting the statistics gathered on the Aspect Ratios of the input Camera...
Definition: CameraStatistics.h:168
PvlKeyword constructKeyword(QString keyname, double value, QString unit) const
Takes a name, value, and optionally units and constructs a PVL Keyword.
Definition: CameraStatistics.cpp:275
const Statistics * getLineResStat() const
Accessor method for inspecting the statistics gathered on the Line Resolution of the input Camera...
Definition: CameraStatistics.h:157
Container for cube-like labels.
Definition: Pvl.h:135
const Statistics * getIncidenceStat() const
Accessor method for inspecting the statistics gathered on the Incidence Angles of the input Camera...
Definition: CameraStatistics.h:201
const Statistics * getLatStat() const
Accessor method for inspecting the statistics gathered on the Universal Latitudes of the input Camera...
Definition: CameraStatistics.h:77
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
const Statistics * getObliqueLineResStat() const
Accessor method for inspecting the statistics gathered on the oblique line resolution of the input Ca...
Definition: CameraStatistics.h:134
const Statistics * getLocalRaduisStat() const
Accessor method for inspecting the statistics gathered on the Local Radii (in meters) of the input Ca...
Definition: CameraStatistics.h:223
const Statistics * getSampleResStat() const
Accessor method for inspecting the statistics gathered on the Sample Resolutions of the input Camera...
Definition: CameraStatistics.h:146
const Statistics * getPhaseStat() const
Accessor method for inspecting the statistics gathered on the Phase Angles of the input Camera...
Definition: CameraStatistics.h:179
const Statistics * getResStat() const
Accessor method for inspecting the statistics gathered on the Pixel Resolutions of the input Camera...
Definition: CameraStatistics.h:100