public class Theta
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double |
radians |
protected double[] |
rayParams |
protected double[] |
thetaAtX |
Constructor and Description |
---|
Theta(SeismicPhase phase,
double radians) |
Modifier and Type | Method and Description |
---|---|
double |
getMaxRayParam() |
double |
getRadians()
Get the value of radians.
|
double |
getStepRayParam(double rayParam,
double timeStep) |
double |
getTheta(double rayParam) |
protected int |
getThetaIndex(double rayParam) |
static double |
linInterp(double xa,
double xb,
double ya,
double yb,
double x) |
protected double radians
protected double[] thetaAtX
protected double[] rayParams
public Theta(SeismicPhase phase, double radians)
public double getRadians()
public double getMaxRayParam()
public double getStepRayParam(double rayParam, double timeStep)
public double getTheta(double rayParam)
protected int getThetaIndex(double rayParam)
public static double linInterp(double xa, double xb, double ya, double yb, double x)