Class StdModelGenerator

java.lang.Object
edu.sc.seis.TauP.StdModelGenerator

public class StdModelGenerator
extends java.lang.Object
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.
  • Constructor Summary

    Constructors
    Constructor Description
    StdModelGenerator()  
  • Method Summary

    Modifier and Type Method Description
    static void createStandardModels​(java.io.File inDir, java.io.File outDir)  
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StdModelGenerator

      public StdModelGenerator()
  • Method Details

    • main

      public static final void main​(java.lang.String[] args) throws java.io.IOException, TauPException
      Throws:
      java.io.IOException
      TauPException
    • createStandardModels

      public static final void createStandardModels​(java.io.File inDir, java.io.File outDir) throws java.io.IOException, TauPException
      Throws:
      java.io.IOException
      TauPException