All Packages Class Hierarchy This Package Previous Next Index
Class edu.sc.seis.TauP.Arrival
edu.sc.seis.TauP.Arrival
- public class Arrival
convenience class for storing the parameters associated with a
phase arrival.
-
Arrival()
-
-
clone()
-
-
getDist()
- returns travel distance in radians
-
getFirstPiercePoint(double)
- finds the first pierce point at the given depth.
-
getLastPiercePoint(double)
- finds the last pierce point at the given depth.
-
getName()
- returns phase name
-
getNumPathPoints()
-
-
getNumPiercePoints()
-
-
getPath()
- returns pierce points as TimeDist objects.
-
getPathPoint(int)
-
-
getPierce()
- returns pierce points as TimeDist objects.
-
getPiercePoint(int)
-
-
getPuristName()
- returns purist's version of name.
-
getRayParam()
- returns ray parameter in seconds per radian
-
getSourceDepth()
- returns source depth in kilometers
-
getTime()
- returns travel time in seconds
-
toString()
-
Arrival
public Arrival()
getTime
public double getTime()
- returns travel time in seconds
getDist
public double getDist()
- returns travel distance in radians
getRayParam
public double getRayParam()
- returns ray parameter in seconds per radian
getName
public String getName()
- returns phase name
getPuristName
public String getPuristName()
- returns purist's version of name. Depths are changed to reflect
the true depth of the interface.
getSourceDepth
public double getSourceDepth()
- returns source depth in kilometers
getPierce
public TimeDist[] getPierce()
- returns pierce points as TimeDist objects.
getPath
public TimeDist[] getPath()
- returns pierce points as TimeDist objects.
clone
public Object clone()
toString
public String toString()
getNumPiercePoints
public int getNumPiercePoints()
getNumPathPoints
public int getNumPathPoints()
getPiercePoint
public TimeDist getPiercePoint(int i)
getFirstPiercePoint
public TimeDist getFirstPiercePoint(double depth)
- finds the first pierce point at the given depth.
getLastPiercePoint
public TimeDist getLastPiercePoint(double depth)
- finds the last pierce point at the given depth.
getPathPoint
public TimeDist getPathPoint(int i)
All Packages Class Hierarchy This Package Previous Next Index