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.StringDEFAULT_OUTFILE-
Fields inherited from class edu.sc.seis.TauP.TauP_VelocityPlot
depth, receiverDepth, scattererDepth
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]allowedOutputFormats()doublecalcMaxRP(SlownessModel sMod)java.lang.StringgetUsage()voidprintCSV(java.io.PrintWriter out, SlownessModel sMod)voidprintResult(java.io.PrintWriter out)voidprintSVG(java.io.PrintWriter out, SlownessModel sMod)voidsetDefaultOutputFormat()voidstart()-
Methods inherited from class edu.sc.seis.TauP.TauP_VelocityPlot
destroy, getModelName, getReceiverDepth, getScattererDepth, getSourceDepth, init, parseCmdLineArgs, printCSV, printSVG, printSVGBeginning, setModelName, setReceiverDepth, setScattererDepth, setSourceDepth, validateArguments
-
Methods inherited from class edu.sc.seis.TauP.TauP_Tool
closeWriter, configDefaults, dashEquals, endGmtAndCleanUp, getModDepthUsage, getOutFile, getOutFileBase, getOutFileExtension, getOutputFormat, getStdUsageHead, getStdUsageTail, getWriter, parseCommonCmdLineArgs, printNoComprendoArgs, printScriptBeginning, printUsage, setOutFileBase, setOutFileExtension, setOutputFormat, setWriter, toolNameFromClass
-
-
-
-
Field Detail
-
DEFAULT_OUTFILE
public static final java.lang.String DEFAULT_OUTFILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowedOutputFormats
public java.lang.String[] allowedOutputFormats()
- Overrides:
allowedOutputFormatsin classTauP_VelocityPlot
-
setDefaultOutputFormat
public void setDefaultOutputFormat()
- Overrides:
setDefaultOutputFormatin classTauP_VelocityPlot
-
getUsage
public java.lang.String getUsage()
- Overrides:
getUsagein classTauP_VelocityPlot
-
printResult
public void printResult(java.io.PrintWriter out) throws TauPException, java.io.IOException- Overrides:
printResultin classTauP_VelocityPlot- Throws:
TauPExceptionjava.io.IOException
-
start
public void start() throws TauPException, java.io.IOException- Overrides:
startin classTauP_VelocityPlot- Throws:
TauPExceptionjava.io.IOException
-
calcMaxRP
public double calcMaxRP(SlownessModel sMod)
-
printSVG
public void printSVG(java.io.PrintWriter out, SlownessModel sMod)
-
printCSV
public void printCSV(java.io.PrintWriter out, SlownessModel sMod)
-
-