org.fhcrc.cpl.viewer.feature
Class FeatureStrategyWavelet2D.SmoothWavelet

java.lang.Object
  extended by org.fhcrc.cpl.viewer.feature.Smooth2D
      extended by org.fhcrc.cpl.viewer.feature.FeatureStrategyWavelet2D.SmoothWavelet
Enclosing class:
FeatureStrategyWavelet2D

public static class FeatureStrategyWavelet2D.SmoothWavelet
extends Smooth2D


Field Summary
 
Fields inherited from class org.fhcrc.cpl.viewer.feature.Smooth2D
smoothXfactor, smoothYfactor
 
Constructor Summary
FeatureStrategyWavelet2D.SmoothWavelet()
           
 
Method Summary
 float[] SmoothElution(float[] elution)
           
 float[] SmoothSpectra(float[] spectrum)
           
 
Methods inherited from class org.fhcrc.cpl.viewer.feature.Smooth2D
getRow, setRow, smooth, SubtractBackground
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureStrategyWavelet2D.SmoothWavelet

public FeatureStrategyWavelet2D.SmoothWavelet()
Method Detail

SmoothSpectra

public float[] SmoothSpectra(float[] spectrum)
Overrides:
SmoothSpectra in class Smooth2D

SmoothElution

public float[] SmoothElution(float[] elution)
Overrides:
SmoothElution in class Smooth2D


Fred Hutchinson Cancer Research Center