sangargeo / TauP

Flexible Seismic Travel-Time and Raypath Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt TauP Maven Central javadoc taup

                       The TauP Toolkit

        Flexible Seismic Travel-Time and Raypath Utilities
                          Version 2.6
                  http://www.seis.sc.edu/taup/

The TauP Toolkit is a seismic travel time calculator. In addition to travel times, it can calculate derivative information such as ray paths through the earth, pierce and turning points. It handles many types of velocity models and can calculate times for virtually any seismic phase with a phase parser. It is written in Java so it should run on any Java enabled platform.

The manual for the TauP Toolkit can be found in doc/taup.pdf. A copy of the TauP paper published in SRL can be found in doc/SRL_paper/taup_srl_with_figs.pdf.

Scripts for the various tool for both unix (sh) and windows (bat) are in the bin directory.

The website for the TauP Toolkit is: http://www.seis.sc.edu/TauP

If you like TauP and would like to cite it, please use the following: Crotwell, H. P., T. J. Owens, and J. Ritsema (1999). The TauP Toolkit: Flexible seismic travel-time and ray-path utilities, Seismological Research Letters 70, 154–160.

Comments, criticism and random remarks may be sent to taup@seis.sc.edu.

Install

Macintosh

Using homebrew:

brew tap crotwell/crotwell
brew install taup
taup --help

Linux

Using snap:

sudo snap install taup
taup --help

Note: I have only tested this on Ubuntu on amd64.

You may also get the lastest development version via

sudo snap install taup --channel=--channel=latest/edge

Manually

Download tarball here: https://www.seis.sc.edu/downloads/TauP/TauP-2.6.0.tgz or from the releases section on Github https://github.com/crotwell/TauP/releases

tar zxf and add the bin to your PATH.

Rebuilding

You should not need to rebuild TauP unless you are trying to help debug, but if you do, you can build it using the Gradle wrapper script.

gradlew eB

will build TauP in build/explode.

About

Flexible Seismic Travel-Time and Raypath Utilities

License:GNU Lesser General Public License v3.0


Languages

Language:Java 85.5%Language:TeX 10.2%Language:C 1.9%Language:Kotlin 0.7%Language:Fortran 0.6%Language:Python 0.3%Language:HTML 0.3%Language:Makefile 0.2%Language:Shell 0.2%Language:Ruby 0.1%Language:Groovy 0.0%Language:Roff 0.0%Language:Perl 0.0%