edu.sc.seis.sod.process.waveform
Class RMean

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.RMean
All Implemented Interfaces:
WaveformProcess, SodElement, Subsetter, Threadable

public class RMean
extends java.lang.Object
implements WaveformProcess, Threadable

Removes the mean from the seismograms. Created: Wed Nov 6 17:58:10 2002


Constructor Summary
RMean()
           
 
Method Summary
 WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar)
          Removes the mean from the seismograms.
 boolean isThreadSafe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMean

public RMean()
Method Detail

isThreadSafe

public boolean isThreadSafe()
Specified by:
isThreadSafe in interface Threadable

accept

public WaveformResult accept(CacheEvent event,
                             ChannelImpl channel,
                             RequestFilter[] original,
                             RequestFilter[] available,
                             LocalSeismogramImpl[] seismograms,
                             CookieJar cookieJar)
                      throws java.lang.Exception
Removes the mean from the seismograms.

Specified by:
accept in interface WaveformProcess
Throws:
java.lang.Exception