public class IterDeconResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float[] |
predicted |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
edu.iris.Fissures.model.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(edu.iris.Fissures.model.TimeInterval alignShift)
Sets AlignShift
|
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)
public float getPercentMatch()
public int getMaxBumps()
public boolean isUseAbsVal()
public float getTol()
public float getGWidth()
public float[] getNumerator()
public float[] getDenominator()
public float getDelta()
public float[] getAmps()
public int[] getShifts()
public float[] getResidual()
public float[] getPredicted()
public float[][] getCorrSave()
public void setAlignShift(edu.iris.Fissures.model.TimeInterval alignShift)
AlignShift
- a TimeIntervalpublic edu.iris.Fissures.model.TimeInterval getAlignShift()
public float[] getSpikes()
public float getResidualPower()
public float getNumeratorPower()
public int getBump()