Class AbstractMultiplicativeScatterCorrection

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.SizeOfHandler, Serializable, weka.core.OptionHandler
    Direct Known Subclasses:
    RangeBased

    public abstract class AbstractMultiplicativeScatterCorrection
    extends AbstractSimpleOptionHandler
    Ancestor for correction schemes.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class adams.core.option.AbstractOptionHandler

        m_OptionManager
      • Fields inherited from class adams.core.logging.LoggingObject

        m_Logger, m_LoggingIsEnabled, m_LoggingLevel
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract double[] correct​(double[] waveno, double[] average, double[] data)
      Corrects the spectrum.
      • Methods inherited from class adams.core.option.AbstractOptionHandler

        cleanUpOptions, defineOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, globalInfo, initialize, loggingLevelTipText, newOptionManager, reset, setLoggingLevel, toCommandLine, toString
      • Methods inherited from class adams.core.logging.LoggingObject

        configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
      • Methods inherited from interface adams.core.logging.LoggingLevelHandler

        getLoggingLevel
    • Constructor Detail

      • AbstractMultiplicativeScatterCorrection

        public AbstractMultiplicativeScatterCorrection()
    • Method Detail

      • correct

        public abstract double[] correct​(double[] waveno,
                                         double[] average,
                                         double[] data)
        Corrects the spectrum.
        Parameters:
        waveno - the wave numbers
        average - the average spectrum
        data - the spectrum to process
        Returns:
        the processed spectrum