Package edu.sc.seis.TauP
Class Theta
- java.lang.Object
-
- edu.sc.seis.TauP.Theta
-
public class Theta extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getMaxRayParam()
double
getRadians()
Get the value of radians.double[]
getRayParams()
double
getStepRayParam(double rayParam, double timeStep)
double
getTheta(double rayParam)
double[]
getThetaAtX()
protected int
getThetaIndex(double rayParam)
-
-
-
Constructor Detail
-
Theta
public Theta(Arrival arrival)
-
-
Method Detail
-
getRadians
public double getRadians()
Get the value of radians.- Returns:
- Value of radians.
-
getThetaAtX
public double[] getThetaAtX()
-
getRayParams
public double[] getRayParams()
-
getMaxRayParam
public double getMaxRayParam()
-
getStepRayParam
public double getStepRayParam(double rayParam, double timeStep)
-
getTheta
public double getTheta(double rayParam)
-
getThetaIndex
protected int getThetaIndex(double rayParam)
-
-