Class SeismogramOR

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

public class SeismogramOR extends ForkProcess
  • Constructor Details

  • Method Details

    • accept

      public WaveformResult accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.network.ChannelImpl channel, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] seismograms, CookieJar cookieJar) throws Exception
      Description copied from class: ForkProcess
      Forks the processing off the LocalSeismograms. The processes that are contained in this tag are processed, but the return value off the process method is the original seismograms. This allows, for example to process both a original and a filtered version of the seismograms independently.
      Specified by:
      accept in interface WaveformProcess
      Overrides:
      accept in class ForkProcess
      Throws:
      Exception