public class PhaseCut extends java.lang.Object implements WaveformProcess
Constructor and Description |
---|
PhaseCut(org.w3c.dom.Element config) |
PhaseCut(PhaseRequest phaseRequest) |
Modifier and Type | Method and Description |
---|---|
WaveformResult |
accept(CacheEvent event,
ChannelImpl channel,
RequestFilter[] original,
RequestFilter[] available,
LocalSeismogramImpl[] seismograms,
CookieJar cookieJar)
Cuts the seismograms based on phase arrivals.
|
static LocalSeismogramImpl[] |
cut(LocalSeismogramImpl[] seismograms,
RequestFilter[] cuts) |
public PhaseCut(org.w3c.dom.Element config) throws ConfigurationException
ConfigurationException
public PhaseCut(PhaseRequest phaseRequest) throws ConfigurationException
ConfigurationException
public WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws java.lang.Exception
accept
in interface WaveformProcess
java.lang.Exception
public static LocalSeismogramImpl[] cut(LocalSeismogramImpl[] seismograms, RequestFilter[] cuts) throws FissuresException
FissuresException