Class Decimate

java.lang.Object
edu.sc.seis.sod.process.waveform.Decimate
All Implemented Interfaces:
WaveformProcess, SodElement, Subsetter, Threadable

public class Decimate
extends java.lang.Object
implements WaveformProcess, Threadable
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String ANTIALIAS_NAME  
    static java.lang.String FACTOR_NAME  
    static java.lang.String TOSPS_NAME  
  • Constructor Summary

    Constructors 
    Constructor Description
    Decimate​(org.w3c.dom.Element config)  
  • Method Summary

    Modifier and Type Method Description
    WaveformResult accept​(edu.sc.seis.sod.model.event.CacheEvent event, edu.sc.seis.seisFile.fdsnws.stationxml.Channel channel, edu.sc.seis.sod.model.seismogram.RequestFilter[] original, edu.sc.seis.sod.model.seismogram.RequestFilter[] available, edu.sc.seis.sod.model.seismogram.LocalSeismogramImpl[] seismograms, MeasurementStorage 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