waveformVectorArm

The waveformVectorArm groups three orthogonal components from a site and then does its processing on them as a group.

Example

<waveformVectorArm>
  <vectorRequestGeneratorScript type="jython">
  
     from java.util import ArrayList
     from edu.iris.Fissures.IfSeismogramDC import RequestFilter
     from edu.iris.Fissures.model import TimeInterval, UnitImpl
     window = TimeInterval(5, UnitImpl.MINUTE)
     result = ArrayList()
     for c in channelGroup.channels:
         chanResult = ArrayList() 
         rf = RequestFilter(c.id,
        event.preferred.fissuresTime,
        event.preferred.time.add(window).getFissuresTime())
         chanResult.add(rf)
         result.add(chanResult)
  </vectorRequestGeneratorScript>
</waveformVectorArm>

This consists of

Places this can be found

In waveformArmChoice there is a choice between all of the following