public final class TauPTimeReader
extends java.lang.Object
Utility class to handle with taup_time in TauP package
taup_time must be in PATH and it must run correctly.
All the standard write and errors will go to the bit bucket
PREM is used for travel times.
修飾子とタイプ | メソッドと説明 |
---|---|
static java.util.Set<TauPPhase> |
getTauPPhase(double eventR,
double epicentralDistance,
Phase... phases) |
static java.util.Set<TauPPhase> |
getTauPPhase(double eventR,
double epicentralDistance,
java.util.Set<Phase> phaseSet) |
public static java.util.Set<TauPPhase> getTauPPhase(double eventR, double epicentralDistance, Phase... phases)
eventR
- radius (km) !!not depth from the surface!!epicentralDistance
- [deg] targetDistancephases
- to look forpublic static java.util.Set<TauPPhase> getTauPPhase(double eventR, double epicentralDistance, java.util.Set<Phase> phaseSet)
eventR
- radius of seismic source !!not depth from the surface!!epicentralDistance
- [deg] target epicentral distancephaseSet
- set of seismic phase.Set
of TauPPhases.