|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.gnem.slbmjni.GreatCircleData
public class GreatCircleData
Stores data required for input to the travel time calculation, for the C++
GreatCircle
object in memory the last time SlbmInterface.getGreatCircleData()
was called.
Field Summary | |
---|---|
double |
actualPathIncrement
The horizontal separation of the LayerProfile objects along the head wave interface, in radians. |
double[][] |
coefficients
The interpolation coefficients applied to each element of neighbors. |
double[] |
headWaveVelocities
The P or S velocity at the center of each horizontal segment between the source and the receiver, in km/sec. |
double[] |
mantleGradients
The P or S velocity gradient in the mantle at the center of each horizontal segment of the head wave, in 1/sec. |
int[][] |
neighbors
The nodeIds of the neighboring grid nodes used to derive the interpolated data at each head wave profile. |
java.lang.String |
phase
The phase that this GreatCircle supports. |
double[] |
receiverDepths
The depth of each interface in the earth model below the receiver, in km. |
double[] |
receiverVelocities
The P or S velocity of each interval below the receiver, in km/sec. |
double[] |
sourceDepths
The depth of each interface in the earth model below the source, in km. |
double[] |
sourceVelocitites
The P or S velocity of each interval below the source, in km/sec. |
Constructor Summary | |
---|---|
GreatCircleData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String phase
public double actualPathIncrement
public double[] sourceDepths
public double[] sourceVelocitites
public double[] receiverDepths
public double[] receiverVelocities
public double[] headWaveVelocities
public double[] mantleGradients
public int[][] neighbors
public double[][] coefficients
Constructor Detail |
---|
public GreatCircleData()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |