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 AbstractDetrendDetrend. m_Correctionthe correction scheme to use.Methods in adams.data.spectrumfilter that return AbstractDetrend Modifier and Type Method Description AbstractDetrendDetrend. getCorrection()Returns the correction scheme in use.Methods in adams.data.spectrumfilter with parameters of type AbstractDetrend Modifier and Type Method Description voidDetrend. 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 classMeanPerforms the correction using simply the mean.classRangeBasedPerforms the correction using slopes/intercepts calculated for the defined ranges.
-