edu.sc.seis.fissuresUtil.bag
Class MotionVectorUtil

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.bag.MotionVectorUtil

public class MotionVectorUtil
extends java.lang.Object

MotionVectorUtil.java Created: Sat Oct 19 11:29:38 2002


Constructor Summary
MotionVectorUtil()
           
 
Method Summary
static edu.iris.Fissures.seismogramDC.LocalMotionVectorImpl create(edu.iris.Fissures.IfSeismogramDC.LocalSeismogram[] seismograms)
          Creates a motion vector from 3 seismograms.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotionVectorUtil

public MotionVectorUtil()
Method Detail

create

public static edu.iris.Fissures.seismogramDC.LocalMotionVectorImpl create(edu.iris.Fissures.IfSeismogramDC.LocalSeismogram[] seismograms)
                                                                   throws IncompatibleSeismograms
Creates a motion vector from 3 seismograms.

Throws:
IncompatibleSeismograms - if the channel ids or the time basis of the seismograms are not compatible.