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
ConfigurationExceptionpublic PhaseCut(PhaseRequest phaseRequest) throws ConfigurationException
ConfigurationExceptionpublic WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws java.lang.Exception
accept in interface WaveformProcessjava.lang.Exceptionpublic static LocalSeismogramImpl[] cut(LocalSeismogramImpl[] seismograms, RequestFilter[] cuts) throws FissuresException
FissuresException