Package edu.sc.seis.sod.process.waveform
Class RMean
- java.lang.Object
-
- 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
Constructors Constructor Description RMean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WaveformResult
accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.network.ChannelImpl channel, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] seismograms, CookieJar cookieJar)
Removes the mean from the seismograms.boolean
isThreadSafe()
-
-
-
Method Detail
-
isThreadSafe
public boolean isThreadSafe()
- Specified by:
isThreadSafe
in interfaceThreadable
-
accept
public WaveformResult accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.network.ChannelImpl channel, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws java.lang.Exception
Removes the mean from the seismograms.- Specified by:
accept
in interfaceWaveformProcess
- Throws:
java.lang.Exception
-
-