Uses of Class
adams.data.spectrumfilter.detrend.AbstractDetrend
-
Packages that use AbstractDetrend Package Description adams.data.spectrumfilter adams.data.spectrumfilter.detrend -
-
Uses of AbstractDetrend in adams.data.spectrumfilter
Fields in adams.data.spectrumfilter declared as AbstractDetrend Modifier and Type Field Description protected AbstractDetrend
Detrend. m_Correction
the correction scheme to use.Methods in adams.data.spectrumfilter that return AbstractDetrend Modifier and Type Method Description AbstractDetrend
Detrend. getCorrection()
Returns the correction scheme in use.Methods in adams.data.spectrumfilter with parameters of type AbstractDetrend Modifier and Type Method Description void
Detrend. setCorrection(AbstractDetrend value)
Sets the correction scheme to use. -
Uses of AbstractDetrend in adams.data.spectrumfilter.detrend
Subclasses of AbstractDetrend in adams.data.spectrumfilter.detrend Modifier and Type Class Description class
Mean
Performs the correction using simply the mean.class
RangeBased
Performs the correction using slopes/intercepts calculated for the defined ranges.
-