All Packages Class Hierarchy This Package Previous Next Index
Class edu.sc.seis.TauP.TauP_Create
edu.sc.seis.TauP.TauP_Create
- public class TauP_Create
TauP_Create - Re-implementation of the seismic travel time calculation
method described in "The Computation of Seismic Travel Times"
by Buland and Chapman, BSSA vol. 73, No. 5, October 1983, pp 1271-1302.
This creates the SlownessModel and tau branches and saves them for later
use.
-
verbose
-
-
TauP_Create()
-
-
getDEBUG()
-
-
getDirectory()
-
-
getModelFilename()
-
-
getSlownessModel()
-
-
getTauModel()
-
-
getVelocityModel()
-
-
init()
-
-
main(String[])
- Allows TauP_Create to run as an application.
-
parseFileName(String)
-
-
printUsage()
-
-
setDEBUG(boolean)
-
-
setDirectory(String)
-
-
setModelFilename(String)
-
-
setSlownessModel(SlownessModel)
-
-
setTauModel(TauModel)
-
-
setVelocityModel(VelocityModel)
-
-
start()
-
verbose
public transient boolean verbose
TauP_Create
public TauP_Create()
setDirectory
public void setDirectory(String directory)
getDirectory
public String getDirectory()
setModelFilename
public void setModelFilename(String modelFilename)
getModelFilename
public String getModelFilename()
setDEBUG
public void setDEBUG(boolean DEBUG)
getDEBUG
public boolean getDEBUG()
setVelocityModel
public void setVelocityModel(VelocityModel vMod)
getVelocityModel
public VelocityModel getVelocityModel()
setSlownessModel
public void setSlownessModel(SlownessModel sMod)
getSlownessModel
public SlownessModel getSlownessModel()
setTauModel
public void setTauModel(TauModel tMod)
getTauModel
public TauModel getTauModel()
printUsage
public void printUsage()
main
public static void main(String args[]) throws SlownessModelException, TauModelException
- Allows TauP_Create to run as an application. Creates an instance
of TauP_Create and calls tauPCreate.init() and
tauPCreate.start().
parseFileName
public void parseFileName(String modelFilename)
init
public void init() throws IOException, VelocityModelException
start
public void start() throws SlownessModelException, TauModelException
All Packages Class Hierarchy This Package Previous Next Index