1 #ifndef SpectralDefinition1D_h 2 #define SpectralDefinition1D_h 34 template<
typename T>
class QList;
76 bool m_ascendingWavelengths;
File name manipulation and expansion.
Definition: FileName.h:116
QString toString()
Returns the QString representation of the SpectralDefinition1D.
Definition: SpectralDefinition1D.cpp:115
contains calibration info for spectral smile correction (center wavelengths and widths for the whole ...
Definition: SpectralDefinition.h:52
Spectel findSpectelByWavelength(double wavelength, int sectionNumber) const
Finds the Spectel with the closest center wavelength (in the given sectionNumber) to the input wavele...
Definition: SpectralDefinition1D.cpp:242
Definition: BoxcarCachingAlgorithm.h:29
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual int sectionCount() const
Returns the number of sections in this Spectral Definition.
Definition: SpectralDefinition1D.cpp:139
virtual ~SpectralDefinition1D()
destructor
Definition: SpectralDefinition1D.cpp:170
Stores information about a "Spectral pixel" or spectel.
Definition: Spectel.h:43
int sectionNumber(int s, int l, int b) const
Returns the section number that a spectel is in.
Definition: SpectralDefinition1D.cpp:153
A Spectral definition that includes wavelength and center values for each (line, sample) coordinate...
Definition: SpectralDefinition1D.h:54
SpectralDefinition1D()
construct an empty 1D SpectralDef
Definition: SpectralDefinition1D.cpp:165
Spectel findSpectel(const int sample, const int line, const int band) const
Get the Spectel from this SpectralDefinition at a (s,l,b).
Definition: SpectralDefinition1D.cpp:189