All Packages Class Hierarchy This Package Previous Next Index
Class edu.sc.seis.TauP.TauP_Path
edu.sc.seis.TauP.TauP_Time
|
+----edu.sc.seis.TauP.TauP_Pierce
|
+----edu.sc.seis.TauP.TauP_Path
- public class TauP_Path
- extends TauP_Pierce
Calculate travel paths for different phases using a linear interpolated
ray parameter between known slowness samples.
-
TauP_Path(String)
-
-
TauP_Path(TauModel)
-
-
calcPath(double)
-
-
calculate(double)
-
-
destroy()
-
-
getGmtScript()
-
-
getMapWidth()
- Gets the gmt map width to be used with the output script and for
creating the circles for each discontinuity.
-
getMaxPathInc()
-
-
init()
- preforms intialization of the tool.
-
main(String[])
- Allows TauP_Path to run as an application.
-
parseCmdLineArgs(String[])
-
-
printResult(Writer)
-
-
printUsage()
- prints the known command line flags.
-
setGmtScript(boolean)
-
-
setMapWidth()
- Sets the gmt map width to be used with the output script and for
creating the circles for each discontinuity.
-
setMaxPathInc(double)
-
-
start()
-
TauP_Path
public TauP_Path(TauModel tMod) throws TauModelException
TauP_Path
public TauP_Path(String modelName) throws TauModelException
setMapWidth
public void setMapWidth()
- Sets the gmt map width to be used with the output script and for
creating the circles for each discontinuity. Default is 6 inches.
getMapWidth
public float getMapWidth()
- Gets the gmt map width to be used with the output script and for
creating the circles for each discontinuity.
getGmtScript
public boolean getGmtScript()
setGmtScript
public void setGmtScript(boolean gmtScript)
getMaxPathInc
public double getMaxPathInc()
setMaxPathInc
public void setMaxPathInc(double maxPathInc)
calculate
public void calculate(double degrees)
- Overrides:
- calculate in class TauP_Pierce
calcPath
public void calcPath(double degrees)
printResult
public void printResult(Writer out) throws IOException
- Overrides:
- printResult in class TauP_Pierce
init
public void init() throws IOException
- preforms intialization of the tool.
- Overrides:
- init in class TauP_Time
printUsage
public void printUsage()
- prints the known command line flags.
- Overrides:
- printUsage in class TauP_Pierce
parseCmdLineArgs
public String[] parseCmdLineArgs(String args[]) throws IOException
- Overrides:
- parseCmdLineArgs in class TauP_Pierce
start
public void start() throws IOException, TauModelException, TauPException
- Overrides:
- start in class TauP_Time
destroy
public void destroy() throws IOException
- Overrides:
- destroy in class TauP_Time
main
public static void main(String args[]) throws FileNotFoundException, IOException, StreamCorruptedException, ClassNotFoundException, OptionalDataException
- Allows TauP_Path to run as an application. Creates an instance of
TauP_Path and calls TauP_Path.init() and TauP_Path.start().
All Packages Class Hierarchy This Package Previous Next Index