Package edu.sc.seis.TauP
Class TauP_VelocityPlot
java.lang.Object
edu.sc.seis.TauP.TauP_Tool
edu.sc.seis.TauP.TauP_VelocityPlot
- Direct Known Subclasses:
TauP_SlownessPlot
public class TauP_VelocityPlot extends TauP_Tool
Creates plots of a velocity model.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_OUTFILE -
Constructor Summary
Constructors Constructor Description TauP_VelocityPlot() -
Method Summary
Modifier and Type Method Description voiddestroy()voidinit()protected java.lang.String[]parseCmdLineArgs(java.lang.String[] origArgs)voidprintUsage()voidstart()Methods inherited from class edu.sc.seis.TauP.TauP_Tool
dashEquals, endGmtAndCleanUp, getOutFile, getOutFileBase, getOutFileExtension, getOutputFormat, getWriter, parseCommonCmdLineArgs, printNoComprendoArgs, printScriptBeginning, printStdUsageHead, printStdUsageTail, setOutFileBase, setOutFileExtension, setOutputFormat, setWriter, toolNameFromClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DEFAULT_OUTFILE
public static final java.lang.String DEFAULT_OUTFILE- See Also:
- Constant Field Values
-
-
Constructor Details
-
TauP_VelocityPlot
public TauP_VelocityPlot()
-
-
Method Details
-
start
public void start() throws SlownessModelException, TauModelException, VelocityModelException, java.io.IOException- Specified by:
startin classTauP_Tool- Throws:
SlownessModelExceptionTauModelExceptionVelocityModelExceptionjava.io.IOException
-
parseCmdLineArgs
protected java.lang.String[] parseCmdLineArgs(java.lang.String[] origArgs) throws java.io.IOException- Specified by:
parseCmdLineArgsin classTauP_Tool- Throws:
java.io.IOException
-
init
- Specified by:
initin classTauP_Tool- Throws:
TauPException
-
destroy
- Specified by:
destroyin classTauP_Tool- Throws:
TauPException
-
printUsage
public void printUsage()- Specified by:
printUsagein classTauP_Tool
-