edu.sc.seis.TauP
Class TauP_Table
java.lang.Object
|
+--edu.sc.seis.TauP.TauP_Time
|
+--edu.sc.seis.TauP.TauP_Table
- public class TauP_Table
- extends TauP_Time
Creates a table of travel times for a phase. Only uses the first arrival at any distance.
Method Summary |
void |
init()
preforms intialization of the tool. |
static void |
main(java.lang.String[] args)
Allows TauP_Time to run as an application. |
java.lang.String[] |
parseCmdLineArgs(java.lang.String[] args)
|
void |
printUsage()
|
void |
start()
|
Methods inherited from class edu.sc.seis.TauP.TauP_Time |
appendPhaseName, appendPhaseName, calcTime, calculate, clearArrivals, clearPhaseNames, depthCorrect, destroy, getArrival, getArrivals, getDisconDepths, getNumArrivals, getNumPhases, getPhaseNames, getPhaseNameString, getSourceDepth, getTauModel, getTauModelName, loadTauModel, parseDegreeList, parsePhaseList, printHelp, printResult, printResult, printStdUsage, printStdUsageHead, printStdUsageTail, recalcPhases, setPhaseNames, setPhaseNames, setSourceDepth, setTauModel, sortArrivals |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GENERIC
public static final int GENERIC
LOCSAT
public static final int LOCSAT
TauP_Table
public TauP_Table()
throws TauModelException
init
public void init()
throws java.io.IOException
- Description copied from class:
TauP_Time
- preforms intialization of the tool. Properties are queried for
the the default model to load, source depth to use, phases to use,
etc. Note that because of the IO inherent in these operations, this
method is not appropriate for Applets. Applets should load
TauModels themselves and use the setTauModel(TauModel) method.
- Overrides:
init
in class TauP_Time
start
public void start()
throws TauModelException,
TauPException,
java.io.IOException
- Overrides:
start
in class TauP_Time
printUsage
public void printUsage()
- Overrides:
printUsage
in class TauP_Time
parseCmdLineArgs
public java.lang.String[] parseCmdLineArgs(java.lang.String[] args)
throws java.io.IOException
main
public static void main(java.lang.String[] args)
- Description copied from class:
TauP_Time
- Allows TauP_Time to run as an application. Creates an instance
of TauP_Time.
.