Class TauP_Peek


  • public class TauP_Peek
    extends java.lang.Object
    Allows peeking into the taumodel, slowness model and velocity model previously create by TauP_Create. Mainly used for debugging purposes and is probably not very useful to end users.
    • Constructor Summary

      Constructors 
      Constructor Description
      TauP_Peek()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void readTauModel​(java.lang.String filename)  
      • Methods inherited from class java.lang.Object

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

      • TauP_Peek

        public TauP_Peek()
    • Method Detail

      • readTauModel

        public void readTauModel​(java.lang.String filename)
                          throws java.io.FileNotFoundException,
                                 java.io.IOException,
                                 java.io.StreamCorruptedException,
                                 java.lang.ClassNotFoundException,
                                 java.io.OptionalDataException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
        java.io.StreamCorruptedException
        java.lang.ClassNotFoundException
        java.io.OptionalDataException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.FileNotFoundException,
                                java.io.IOException,
                                java.io.StreamCorruptedException,
                                java.lang.ClassNotFoundException,
                                java.io.OptionalDataException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
        java.io.StreamCorruptedException
        java.lang.ClassNotFoundException
        java.io.OptionalDataException