public class GreatCircleData
extends java.lang.Object
SlbmInterface.getGreatCircleData()
was called.Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
GreatCircleData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
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