edu.sc.seis.sod.process.waveform
Class LegacyExecute
java.lang.Object
edu.sc.seis.sod.process.waveform.LegacyExecute
- All Implemented Interfaces:
- WaveformProcess, SodElement, Subsetter
- Direct Known Subclasses:
- LegacyVectorExecute
public class LegacyExecute
- extends java.lang.Object
- implements WaveformProcess
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
command
protected java.lang.String command
prefix
protected java.lang.String prefix
workingDirectory
protected java.io.File workingDirectory
LegacyExecute
public LegacyExecute(org.w3c.dom.Element config)
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
process
protected int process(java.lang.String args)
throws java.lang.InterruptedException,
java.io.IOException
- Throws:
java.lang.InterruptedException
java.io.IOException