Package edu.sc.seis.TauP
Class TauP_SlownessPlot
java.lang.Object
edu.sc.seis.TauP.TauP_Tool
edu.sc.seis.TauP.TauP_VelocityPlot
edu.sc.seis.TauP.TauP_SlownessPlot
public class TauP_SlownessPlot extends TauP_VelocityPlot
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_OUTFILE
Fields inherited from class edu.sc.seis.TauP.TauP_Tool
cmdLineArgs, CSV, DEBUG, GMT, JSON, outFileBase, outForms, outputFormat, SVG, TEXT, toolProps, verbose, writer
-
Constructor Summary
Constructors Constructor Description TauP_SlownessPlot()
-
Method Summary
Modifier and Type Method Description double
calcMaxRP(SlownessModel sMod)
void
printCSV(java.io.PrintWriter out, SlownessModel sMod)
void
printSVG(java.io.PrintWriter out, SlownessModel sMod)
void
start()
Methods inherited from class edu.sc.seis.TauP.TauP_VelocityPlot
destroy, init, parseCmdLineArgs, printCSV, printSVG, printSVGBeginning, printUsage, validateArguments
Methods inherited from class edu.sc.seis.TauP.TauP_Tool
closeWriter, configDefaults, 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
-
Field Details
-
DEFAULT_OUTFILE
public static final java.lang.String DEFAULT_OUTFILE- See Also:
- Constant Field Values
-
-
Constructor Details
-
TauP_SlownessPlot
public TauP_SlownessPlot()
-
-
Method Details
-
start
public void start() throws SlownessModelException, TauModelException, VelocityModelException, java.io.IOException- Overrides:
start
in classTauP_VelocityPlot
- Throws:
SlownessModelException
TauModelException
VelocityModelException
java.io.IOException
-
calcMaxRP
-
printSVG
-
printCSV
-