|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.TauP.TauP_Time
edu.sc.seis.TauP.TauP_WKBJ
Field Summary | |
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. |
Fields inherited from class edu.sc.seis.TauP.TauP_Time |
arrivals, azimuth, backAzimuth, DEBUG, degrees, depth, dos, eventLat, eventLon, GUI, modelName, onlyPrintRayP, onlyPrintTime, outFile, outForms, phaseNames, phases, stationLat, stationLon, tMod, tModDepth, toolProps, verbose |
Constructor Summary | |
TauP_WKBJ()
|
|
TauP_WKBJ(java.lang.String modelName)
|
|
TauP_WKBJ(TauModel tMod)
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected double deltaT
protected int numSamples
protected double startTime
Constructor Detail |
public TauP_WKBJ()
public TauP_WKBJ(TauModel tMod) throws TauModelException
public TauP_WKBJ(java.lang.String modelName) throws TauModelException
Method Detail |
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |