Package edu.sc.seis.TauP
Class Taup_Shoot
java.lang.Object
edu.sc.seis.TauP.TauP_Tool
edu.sc.seis.TauP.Taup_Shoot
public class Taup_Shoot extends TauP_Tool
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Taup_Shoot()
Taup_Shoot(TauModel tauModel)
-
Method Summary
Modifier and Type Method Description void
destroy()
void
init()
protected java.lang.String[]
parseCmdLineArgs(java.lang.String[] origArgs)
void
printUsage()
void
start()
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, toolNameFromClass
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Taup_Shoot
public Taup_Shoot() -
Taup_Shoot
-
-
Method Details
-
parseCmdLineArgs
protected java.lang.String[] parseCmdLineArgs(java.lang.String[] origArgs) throws java.io.IOException- Specified by:
parseCmdLineArgs
in classTauP_Tool
- Throws:
java.io.IOException
-
init
- Specified by:
init
in classTauP_Tool
- Throws:
TauPException
-
start
- Specified by:
start
in classTauP_Tool
- Throws:
java.io.IOException
TauModelException
TauPException
-
destroy
- Specified by:
destroy
in classTauP_Tool
- Throws:
TauPException
-
printUsage
public void printUsage()- Specified by:
printUsage
in classTauP_Tool
-