Class AbstractWaveformMeasure

java.lang.Object
edu.sc.seis.sod.process.waveform.AbstractWaveformMeasure
All Implemented Interfaces:
WaveformProcess, SodElement, Subsetter
Direct Known Subclasses:
Mean, MinMax, OregonDspFFT, Rms, Stddev

public abstract class AbstractWaveformMeasure
extends java.lang.Object
implements WaveformProcess
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String name  
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractWaveformMeasure​(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.
    java.lang.String getName()  
    protected static float[] toFloatArrayAsIfContinuous​(edu.sc.seis.sod.model.seismogram.LocalSeismogramImpl[] seis)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      protected java.lang.String name
  • Constructor Details

  • Method Details

    • accept

      public 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) throws java.lang.Exception
      Description copied from interface: WaveformProcess
      Processes localSeismograms, possibly modifying them.
      Specified by:
      accept in interface WaveformProcess
      Throws:
      java.lang.Exception
    • getName

      public java.lang.String getName()
    • toFloatArrayAsIfContinuous

      protected static float[] toFloatArrayAsIfContinuous​(edu.sc.seis.sod.model.seismogram.LocalSeismogramImpl[] seis) throws edu.sc.seis.sod.model.common.FissuresException
      Throws:
      edu.sc.seis.sod.model.common.FissuresException