Uses of Class
edu.sc.seis.TauP.TauModel

Uses of TauModel in edu.sc.seis.TauP
 

Fields in edu.sc.seis.TauP declared as TauModel
protected  TauModel TauP_Time.tMod
          Tau model calculated previously.
protected  TauModel TauP_Time.tModDepth
          TauModel derived from tMod by correcting it for a non-surface source.
protected static TauModel[] TauPDaemon.tauModels
           
protected  TauModel SeismicPhase.tMod
          TauModel to generate phase for.
protected  TauModel ArrivalPlot.tMod
           
 

Methods in edu.sc.seis.TauP that return TauModel
 TauModel TauP_Time.getTauModel()
           
 TauModel TauP_Create.getTauModel()
           
static TauModel TauModelLoader.load(java.lang.String modelName, java.lang.String searchPath)
          Reads the velocity model, slowness model, and tau model from a file saved using Java's Serializable interface.
 TauModel TauModel.depthCorrect(double depth)
          Computes a new tau model for a source at depth using the previously computed branches for a surface source.
 TauModel TauModel.splitBranch(double depth)
          returns a new TauModel with the branches containing depth split at depth.
static TauModel TauModel.readModel(java.lang.String filename)
           
static TauModel TauModel.readModelFromStream(java.io.InputStream inStream)
           
 TauModel SeismicPhase.getTauModel()
           
 

Methods in edu.sc.seis.TauP with parameters of type TauModel
 void TimePlot.plot(TauModel tModel, boolean isPWave)
           
 void TimeDistPlot.plot(TauModel tModel, boolean isPWave)
           
 void TauPlot.plot(TauModel tModel, boolean isPWave)
           
 void TauP_Time.setTauModel(TauModel tMod)
           
 void TauP_Create.setTauModel(TauModel tMod)
           
 void TauPApplet.loadTool(java.lang.String toolName, TauModel newTauModel)
           
 void SeismicPhase.setTauModel(TauModel tMod)
           
protected  void SeismicPhase.phaseConversion(TauModel tMod, int fromBranch, int endAction, boolean isPtoS)
          changes maxRayParam and minRayParam whenever there is a phase conversion.
protected  void SeismicPhase.addToBranch(TauModel tMod, int startBranch, int endBranch, boolean isPWave, int endAction)
           
 int SeismicPhase.closestBranchToDepth(TauModel tMod, java.lang.String depthString)
          Finds the closest discontinuity to the given depth that can have refletions and phase transformations.
protected  void SeismicPhase.parseName(TauModel tMod)
          Constructs a branch sequence from the given phase name and tau model.
protected  void SeismicPhase.createPuristName(TauModel tMod)
           
protected  void SeismicPhase.sumBranches(TauModel tMod)
          Sums the appropriate branches for this phase.
 void SeismicPhase.calcPierce(TauModel tMod)
          Calculates the "pierce points" for the arrivals stored in arrivals.
 void SeismicPhase.calcPath(TauModel tMod)
          calculates the path this phase takes through the earth model.
 void DistPlot.plot(TauModel tModel, boolean isPWave)
           
 void ArrivalPlot.setTauModel(TauModel tMod)
           
 

Constructors in edu.sc.seis.TauP with parameters of type TauModel
TauP_WKBJ(TauModel tMod)
           
TauP_Time(TauModel tMod)
           
TauP_SetSac(TauModel tMod)
           
TauP_Pierce(TauModel tMod)
           
TauP_Path(TauModel tMod)
           
TauP_Path(TauModel tMod, java.lang.String outFileBase)
           
TauP_Curve(TauModel tMod)
           
SeismicPhase(java.lang.String name, TauModel tMod)
           
 



Copyright © 1999-2005 Seismology at the University of South Carolina. All Rights Reserved.