edu.sc.seis.sod.process.waveform.vector
Class IterDeconResult

java.lang.Object
  extended by edu.sc.seis.sod.process.waveform.vector.IterDeconResult

public class IterDeconResult
extends java.lang.Object

IterDeconResult.java Created: Wed Mar 5 08:44:01 2003


Constructor Summary
IterDeconResult(int maxBumps, boolean useAbsVal, float tol, float gwidth, float[] numerator, float[] denominator, float dt, float[] amps, int[] shifts, float[] residual, float[] predicted, float[][] corrSave, float[] spikes, float residualPower, float numeratorPower, int bump)
           
 
Method Summary
 TimeInterval getAlignShift()
          Returns AlignShift
 float[] getAmps()
           
 int getBump()
           
 float[][] getCorrSave()
           
 float getDelta()
           
 float[] getDenominator()
           
 float getGWidth()
           
 int getMaxBumps()
           
 float[] getNumerator()
           
 float getNumeratorPower()
           
 float getPercentMatch()
           
 float[] getPredicted()
           
 float[] getResidual()
           
 float getResidualPower()
           
 int[] getShifts()
           
 float[] getSpikes()
           
 float getTol()
           
 boolean isUseAbsVal()
           
 void setAlignShift(TimeInterval alignShift)
          Sets AlignShift
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterDeconResult

public IterDeconResult(int maxBumps,
                       boolean useAbsVal,
                       float tol,
                       float gwidth,
                       float[] numerator,
                       float[] denominator,
                       float dt,
                       float[] amps,
                       int[] shifts,
                       float[] residual,
                       float[] predicted,
                       float[][] corrSave,
                       float[] spikes,
                       float residualPower,
                       float numeratorPower,
                       int bump)
Method Detail

getPercentMatch

public float getPercentMatch()

getMaxBumps

public int getMaxBumps()

isUseAbsVal

public boolean isUseAbsVal()

getTol

public float getTol()

getGWidth

public float getGWidth()

getNumerator

public float[] getNumerator()

getDenominator

public float[] getDenominator()

getDelta

public float getDelta()

getAmps

public float[] getAmps()

getShifts

public int[] getShifts()

getResidual

public float[] getResidual()

getPredicted

public float[] getPredicted()

getCorrSave

public float[][] getCorrSave()

setAlignShift

public void setAlignShift(TimeInterval alignShift)
Sets AlignShift

Parameters:
AlignShift - a TimeInterval

getAlignShift

public TimeInterval getAlignShift()
Returns AlignShift

Returns:
a TimeInterval

getSpikes

public float[] getSpikes()

getResidualPower

public float getResidualPower()

getNumeratorPower

public float getNumeratorPower()

getBump

public int getBump()