public class LongShortSignalToNoise extends java.lang.Object implements WaveformProcess, Threadable
Constructor and Description |
---|
LongShortSignalToNoise(org.w3c.dom.Element config) |
Modifier and Type | Method and Description |
---|---|
WaveformResult |
accept(CacheEvent event,
ChannelImpl channel,
RequestFilter[] original,
RequestFilter[] available,
LocalSeismogramImpl[] seismograms,
CookieJar cookieJar)
Processes localSeismograms, possibly modifying them.
|
LongShortTrigger[] |
calcTriggers(LocalSeismogramImpl[] seismograms) |
boolean |
isThreadSafe() |
java.lang.String |
toString() |
public LongShortSignalToNoise(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public boolean isThreadSafe()
isThreadSafe
in interface Threadable
public WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws java.lang.Exception
WaveformProcess
accept
in interface WaveformProcess
java.lang.Exception
public LongShortTrigger[] calcTriggers(LocalSeismogramImpl[] seismograms) throws FissuresException
FissuresException
public java.lang.String toString()
toString
in class java.lang.Object