public class TauP_WKBJ extends TauP_Time
Modifier and Type | Field and Description |
---|---|
protected double |
deltaT
deltaT of the seismogram, default is .05 which gives 20 sps.
|
protected int |
numSamples
number of samples in the seismogram.
|
protected double |
startTime
start time of the seismogram relative to the origin time.
|
arrivals, azimuth, backAzimuth, DEBUG, degrees, depth, eventLat, eventLon, expert, GUI, modelName, onlyPrintRayP, onlyPrintTime, outFileBase, outForms, phaseNames, receiverDepth, relativeArrival, relativePhaseName, stationLat, stationLon, takeoffAngle, tMod, tModDepth, toolProps, verbose, writer
Constructor and Description |
---|
TauP_WKBJ() |
TauP_WKBJ(java.lang.String modelName) |
TauP_WKBJ(TauModel tMod) |
Modifier and Type | Method and Description |
---|---|
void |
calculate(double degrees) |
void |
calcWKBJ(double degrees) |
double |
getDeltaT()
Get the value of deltaT.
|
int |
getNumSamples()
Get the value of numSamples.
|
double |
getStartTime()
Get the value of startTime.
|
static void |
main(java.lang.String[] args)
Allows TauP_Time to run as an application.
|
void |
setDeltaT(double v)
Set the value of deltaT.
|
void |
setNumSamples(int v)
Set the value of numSamples.
|
void |
setStartTime(double v)
Set the value of startTime.
|
appendPhaseName, appendPhaseName, calcTakeoff, calcTime, clearArrivals, clearPhaseNames, dashEquals, depthCorrect, depthCorrect, destroy, getArrival, getArrivals, getDisconDepths, getNumArrivals, getNumPhases, getOutFile, getOutFileBase, getOutFileExtension, getPhaseNames, getPhaseNames, getPhaseNameString, getReceiverDepth, getSeismicPhases, getSourceDepth, getTauModel, getTauModelName, getWriter, init, linearInterp, loadTauModel, parseCmdLineArgs, parseDegreeList, parsePhaseList, printHelp, printNoComprendoArgs, printResult, printScriptBeginning, printStdUsage, printStdUsageHead, printStdUsageHead, printStdUsageTail, printUsage, readPhaseFile, readTauModel, recalcPhases, setOutFileBase, setPhaseNames, setPhaseNames, setReceiverDepth, setSourceDepth, setTauModel, sortArrivals, start
protected double deltaT
protected int numSamples
protected double startTime
public TauP_WKBJ()
public TauP_WKBJ(TauModel tMod) throws TauModelException
TauModelException
public TauP_WKBJ(java.lang.String modelName) throws TauModelException
TauModelException
public double getDeltaT()
public void setDeltaT(double v)
v
- Value to assign to deltaT.public int getNumSamples()
public void setNumSamples(int v)
v
- Value to assign to numSamples.public double getStartTime()
public void setStartTime(double v)
v
- Value to assign to startTime.public void calculate(double degrees) throws TauModelException
calculate
in class TauP_Time
TauModelException
public void calcWKBJ(double degrees) throws TauModelException
TauModelException
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException, java.io.IOException, java.io.StreamCorruptedException, java.lang.ClassNotFoundException, java.io.OptionalDataException
java.io.FileNotFoundException
java.io.IOException
java.io.StreamCorruptedException
java.lang.ClassNotFoundException
java.io.OptionalDataException