Uses of Class
adams.data.spectrumfilter.StandardiseByInterpolation
-
Packages that use StandardiseByInterpolation Package Description adams.data.multifilter -
-
Uses of StandardiseByInterpolation in adams.data.multifilter
Fields in adams.data.multifilter declared as StandardiseByInterpolation Modifier and Type Field Description protected StandardiseByInterpolation
Average. m_Standardize
for aligning the spectra.Methods in adams.data.multifilter that return StandardiseByInterpolation Modifier and Type Method Description StandardiseByInterpolation
Average. getStandardize()
Returns the filter to use for standardizing the spectra.Methods in adams.data.multifilter with parameters of type StandardiseByInterpolation Modifier and Type Method Description void
Average. setStandardize(StandardiseByInterpolation value)
Sets the filter to use for standardizing the spectra.
-