Class ParticleMotionPlot

java.lang.Object
edu.sc.seis.sod.process.waveform.AbstractFileWriter
edu.sc.seis.sod.process.waveform.vector.ParticleMotionPlot
All Implemented Interfaces:
WaveformVectorProcess, SodElement, Subsetter

public class ParticleMotionPlot
extends AbstractFileWriter
implements WaveformVectorProcess
  • Field Details

  • Constructor Details

    • ParticleMotionPlot

      public ParticleMotionPlot​(org.w3c.dom.Element config) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • ParticleMotionPlot

      public ParticleMotionPlot​(java.lang.String workingDir, java.lang.String fileTemplate, java.lang.String prefix) throws java.lang.Exception
      Throws:
      java.lang.Exception
  • Method Details

    • accept

      public WaveformVectorResult accept​(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.sc.seis.fissuresUtil.hibernate.ChannelGroup channelGroup, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] original, edu.iris.Fissures.IfSeismogramDC.RequestFilter[][] available, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[][] seismograms, CookieJar cookieJar) throws java.lang.Exception
      Specified by:
      accept in interface WaveformVectorProcess
      Throws:
      java.lang.Exception
    • makePlot

      public de.erichseifert.gral.plots.Plot makePlot​(edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] XSeis, edu.iris.Fissures.network.ChannelImpl xChan, edu.iris.Fissures.seismogramDC.LocalSeismogramImpl[] ySeis, edu.iris.Fissures.network.ChannelImpl yChan, edu.sc.seis.fissuresUtil.cache.CacheEvent event) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • savePlot

      public void savePlot​(de.erichseifert.gral.plots.Plot plot, edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.network.ChannelImpl channel, edu.iris.Fissures.network.ChannelImpl otherChannel, java.util.Map<java.lang.String,​java.lang.Object> extras) throws java.io.IOException
      Throws:
      java.io.IOException