Spectra class is the main class provided by the package geoSpectRal. It allows storage of spectral or non-spectra data with space and time attributes.
ShortName
character, A short name for the parameter described in the spectra object.
LongName
character, A long name for the parameter described in the spectra object.
Spectra
matrix, n by m matrix, describing n rows of spectral data (or time) in m channels (columns).
data
data.frame n by t data frame, describind n rows of ancillary data of t variables. This slot is inherited from STIDF class.
Wavelengths
numeric vector, length of m. Wavelength data.
WavelengthsUnit
character, Units of the @Wavelength slot
header
SpcHeader, Header object. See SpcHeader-class.
Units
character, Units of spectral data.
UnitsAnc
character, Units of each column of the @data slot holding ancillary data.
ShortNameAnc
character, A short name for each column of the @data slot holding ancillary data.
LongNameAnc
character, A long name for each column of the @data slot holding ancillary data.
InvalidIdx
logical, length of m. Row index for measurements marked by the user as invalid.
SelectedIdx
logical, length of m. Row index for measurements marked by the user as selected.
ClassVersion
numeric, Version of the class.