Class 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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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 Detail

      • StdModelGenerator

        public StdModelGenerator()
    • Method Detail

      • 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