File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
1 #ifndef SpectralDefinition_h
2 #define SpectralDefinition_h
17 class WavelengthsAndWidths;
40 virtual Spectel findSpectel(
const int sample,
const int line,
const int band)
const = 0;
41 virtual Spectel findSpectel(
const Spectel &inSpectel,
int sectionNumber)
const = 0;
42 virtual Spectel findSpectelByWavelength(
const double wavlength,
int sectionNumber)
const = 0;
49 virtual int sectionNumber(
int s,
int l,
int b)
const = 0;
Stores information about a "Spectral pixel" or spectel.
int m_nb
Number of bands in input Cube.
void init()
Constructor initializer.
contains calibration info for spectral smile correction (center wavelengths and widths for the whole ...
int m_nl
Number of lines in input Cube.
int m_numSections
Number of sections of the chip/wavelength data.
virtual int sectionCount() const
Returns the number of sections in the calibration image.
virtual int sampleCount() const
Returns the number of samples in the calibration image.
SpectralDefinition()
Constructs an empty SpectralDefinition object.
virtual int bandCount() const
Returns the number of bands in the calibration image.
virtual int lineCount() const
Returns the number of line in the calibration image.
virtual ~SpectralDefinition()
default destructor
int m_ns
Number of samples in input Cube.
This is free and unencumbered software released into the public domain.