Package edu.sc.seis.TauP
Class Theta
java.lang.Object
edu.sc.seis.TauP.Theta
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubleGet the value of radians.double[]doublegetStepRayParam(double rayParam, double timeStep) doublegetTheta(double rayParam) double[]protected intgetThetaIndex(double rayParam)
-
Field Details
-
radians
protected double radians -
thetaAtX
protected double[] thetaAtX -
rayParams
protected double[] rayParams
-
-
Constructor Details
-
Theta
-
-
Method Details
-
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)
-