public class TauP_Table extends TauP_Time
| Modifier and Type | Field and Description |
|---|---|
protected double[] |
depths |
protected double[] |
distances |
static int |
GENERIC |
protected java.lang.String |
headerFile |
static int |
LOCSAT |
protected int |
outputType |
arrivals, azimuth, backAzimuth, DEBUG, degrees, depth, eventLat, eventLon, expert, GUI, modelName, onlyPrintRayP, onlyPrintTime, outFileBase, outForms, phaseNames, phases, relativeArrival, relativePhaseName, stationLat, stationLon, tMod, tModDepth, toolProps, verbose, writer| Constructor and Description |
|---|
TauP_Table() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
genericTable(java.io.PrintWriter out) |
java.lang.String |
getOutFileExtension() |
void |
init()
preforms intialization of the tool.
|
protected void |
locsatTable(java.io.PrintWriter out) |
static void |
main(java.lang.String[] args) |
java.lang.String[] |
parseCmdLineArgs(java.lang.String[] args) |
void |
printUsage() |
void |
start() |
appendPhaseName, appendPhaseName, calcTime, calculate, clearArrivals, clearPhaseNames, dashEquals, depthCorrect, destroy, getArrival, getArrivals, getDisconDepths, getNumArrivals, getNumPhases, getOutFile, getOutFileBase, getPhaseNames, getPhaseNames, getPhaseNameString, getSeismicPhases, getSourceDepth, getTauModel, getTauModelName, getWriter, linearInterp, loadTauModel, parseDegreeList, parsePhaseList, printHelp, printNoComprendoArgs, printResult, printScriptBeginning, printStdUsage, printStdUsageHead, printStdUsageHead, printStdUsageTail, readPhaseFile, readTauModel, recalcPhases, setOutFileBase, setPhaseNames, setPhaseNames, setSourceDepth, setTauModel, sortArrivalspublic static final int GENERIC
public static final int LOCSAT
protected int outputType
protected java.lang.String headerFile
protected double[] depths
protected double[] distances
public TauP_Table()
throws TauModelException
TauModelExceptionpublic void init()
throws java.io.IOException
TauP_Timepublic void start()
throws TauModelException,
TauPException,
java.io.IOException
start in class TauP_TimeTauModelExceptionTauPExceptionjava.io.IOExceptionpublic java.lang.String getOutFileExtension()
getOutFileExtension in class TauP_Timeprotected void genericTable(java.io.PrintWriter out)
throws TauModelException,
java.io.IOException
TauModelExceptionjava.io.IOExceptionprotected void locsatTable(java.io.PrintWriter out)
throws TauModelException,
java.io.IOException
TauModelExceptionjava.io.IOExceptionpublic void printUsage()
printUsage in class TauP_Timepublic java.lang.String[] parseCmdLineArgs(java.lang.String[] args)
throws java.io.IOException
parseCmdLineArgs in class TauP_Timejava.io.IOExceptionpublic static void main(java.lang.String[] args)