org.fhcrc.cpl.viewer.feature
Class FeatureStrategySpectrumFit

java.lang.Object
  extended by org.fhcrc.cpl.viewer.feature.FeatureExtractor
      extended by org.fhcrc.cpl.viewer.feature.FeatureStrategySpectrumFit

public class FeatureStrategySpectrumFit
extends FeatureExtractor

User: mbellew Date: Sep 7, 2004 Time: 12:10:06 PM


Nested Class Summary
 
Nested classes/interfaces inherited from class org.fhcrc.cpl.viewer.feature.FeatureExtractor
FeatureExtractor.StatusListener
 
Field Summary
 
Fields inherited from class org.fhcrc.cpl.viewer.feature.FeatureExtractor
_dumpWindowSize, _maxCharge, _mzRange, _run, _scanCount, _sn, _startScan, _status, DEFAULT_EXTRACTOR_PROPERTYNAME, TYPE_1D, TYPE_2D
 
Constructor Summary
FeatureStrategySpectrumFit(MSRun run, int scan, int count, int maxCharge, FloatRange range, double sn)
           
 
Method Summary
 Feature[] _analyze()
           
 java.util.Collection analyze1D(Scan scan)
           
 
Methods inherited from class org.fhcrc.cpl.viewer.feature.FeatureExtractor
_logDebug, analyze, analyze2D, analyzeScanAtATime, analyzeWindow, CombineScans, getAccurateMassAdjustmentScans, getDefault, getDefaultClass, getDumpWindowSize, getMzExtractionRange, getMzExtractionRange, getScans, getType, setAccurateMassAdjustmentScans, setDefault, setDumpWindowSize, setStatusListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureStrategySpectrumFit

public FeatureStrategySpectrumFit(MSRun run,
                                  int scan,
                                  int count,
                                  int maxCharge,
                                  FloatRange range,
                                  double sn)
Method Detail

_analyze

public Feature[] _analyze()
                   throws java.lang.InterruptedException
Specified by:
_analyze in class FeatureExtractor
Throws:
java.lang.InterruptedException

analyze1D

public java.util.Collection analyze1D(Scan scan)
Overrides:
analyze1D in class FeatureExtractor


Fred Hutchinson Cancer Research Center