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.


Variable Index

 o verbose

Constructor Index

 o TauP_Create()

Method Index

 o getDEBUG()
 o getDirectory()
 o getModelFilename()
 o getSlownessModel()
 o getTauModel()
 o getVelocityModel()
 o init()
 o main(String[])
Allows TauP_Create to run as an application.
 o parseFileName(String)
 o printUsage()
 o setDEBUG(boolean)
 o setDirectory(String)
 o setModelFilename(String)
 o setSlownessModel(SlownessModel)
 o setTauModel(TauModel)
 o setVelocityModel(VelocityModel)
 o start()

Variables

 o verbose
 public transient boolean verbose

Constructors

 o TauP_Create
 public TauP_Create()

Methods

 o setDirectory
 public void setDirectory(String directory)
 o getDirectory
 public String getDirectory()
 o setModelFilename
 public void setModelFilename(String modelFilename)
 o getModelFilename
 public String getModelFilename()
 o setDEBUG
 public void setDEBUG(boolean DEBUG)
 o getDEBUG
 public boolean getDEBUG()
 o setVelocityModel
 public void setVelocityModel(VelocityModel vMod)
 o getVelocityModel
 public VelocityModel getVelocityModel()
 o setSlownessModel
 public void setSlownessModel(SlownessModel sMod)
 o getSlownessModel
 public SlownessModel getSlownessModel()
 o setTauModel
 public void setTauModel(TauModel tMod)
 o getTauModel
 public TauModel getTauModel()
 o printUsage
 public void printUsage()
 o 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().

 o parseFileName
 public void parseFileName(String modelFilename)
 o init
 public void init() throws IOException, VelocityModelException
 o start
 public void start() throws SlownessModelException, TauModelException

All Packages  Class Hierarchy  This Package  Previous  Next  Index