edu.sc.seis.sod.process.waveform
Class Upsample

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.Upsample
All Implemented Interfaces:
WaveformProcess, SodElement, Subsetter

public class Upsample
extends java.lang.Object
implements WaveformProcess


Field Summary
static java.lang.String ANTIALIAS_NAME
           
static java.lang.String FACTOR_NAME
           
static java.lang.String TOSPS_NAME
           
 
Constructor Summary
Upsample(org.w3c.dom.Element config)
           
Upsample(int factor)
           
 
Method Summary
 WaveformResult accept(CacheEvent event, ChannelImpl channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar)
          Processes localSeismograms, possibly modifying them.
 boolean isThreadSafe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOSPS_NAME

public static final java.lang.String TOSPS_NAME
See Also:
Constant Field Values

FACTOR_NAME

public static final java.lang.String FACTOR_NAME
See Also:
Constant Field Values

ANTIALIAS_NAME

public static final java.lang.String ANTIALIAS_NAME
See Also:
Constant Field Values
Constructor Detail

Upsample

public Upsample(int factor)

Upsample

public Upsample(org.w3c.dom.Element config)
Method Detail

isThreadSafe

public boolean isThreadSafe()

accept

public WaveformResult accept(CacheEvent event,
                             ChannelImpl channel,
                             RequestFilter[] original,
                             RequestFilter[] available,
                             LocalSeismogramImpl[] seismograms,
                             CookieJar cookieJar)
                      throws java.lang.Exception
Description copied from interface: WaveformProcess
Processes localSeismograms, possibly modifying them.

Specified by:
accept in interface WaveformProcess
Throws:
java.lang.Exception