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
getStepRayParam(double rayParam, double timeStep)
double
getTheta(double rayParam)
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.
-
getMaxRayParam
public double getMaxRayParam()
-
getStepRayParam
public double getStepRayParam(double rayParam, double timeStep)
-
getTheta
public double getTheta(double rayParam)
-
getThetaIndex
protected int getThetaIndex(double rayParam)
-
-