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

Uses of SlownessModel in edu.sc.seis.TauP
 

Subclasses of SlownessModel in edu.sc.seis.TauP
 class SphericalSModel
          This class provides storage and methods for generating slowness-depth pairs in a spherical earth model.
 

Fields in edu.sc.seis.TauP declared as SlownessModel
 SlownessModel TauModel.sMod
          The slowness model that was used to generate the tau model.
 

Methods in edu.sc.seis.TauP that return SlownessModel
 SlownessModel TauP_Create.getSlownessModel()
           
 SlownessModel TauModel.getSlownessModel()
           
 

Methods in edu.sc.seis.TauP with parameters of type SlownessModel
 void TauP_Create.setSlownessModel(SlownessModel sMod)
           
 void TauModel.calcTauIncFrom(SlownessModel sMod)
          Calculates tau for each branch within a slowness model.
 void TauBranch.createBranch(SlownessModel sMod, double minPSoFar, double[] rayParams)
          Calculates tau for this branch, between slowness layers topLayerNum and botLayerNum, inclusive.
 TimeDist TauBranch.calcTimeDist(SlownessModel sMod, int topLayerNum, int botLayerNum, double p)
          calculates the time and distance increments for the given ray parameter.
protected  void TauBranch.insert(double rayParam, SlownessModel sMod, int index)
          Inserts the distance, time, and tau increment for the slowness sample given to the branch.
protected  TauBranch TauBranch.difference(TauBranch topBranch, int indexP, int indexS, SlownessModel sMod, double minPSoFar, double[] rayParams)
          generates a new tau branch by "subtracting" the given tau branch from this tau branch.
 TimeDist[] TauBranch.path(double rayParam, boolean downgoing, SlownessModel sMod)
           
 void SlownessPlot.plot(SlownessModel sModel, boolean isPWave)
           
 



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