Skip to content

ANISOtime

Kensuke Konishi edited this page Aug 24, 2016 · 41 revisions

version [release release-image ]release [ aLicense alicense-image ] alicense [ oLicense olicense-image ] olicense [Java8] Java8

ANISOtime is a utility package mainly to compute travel time in a laterally homogeneous, transversely isotropic (TI), spherically symmetric medium, is bundled in Kibrary.

#INSTALLATION If you have Kibrary in your CLASSPATH, you then have access to ANISOtime. If you do not have Kibrary, please see here.

#Velocity model ANISOtime includes the following well-known velocity structures:
PREM(prem)
AK135(ak135)
Isotropic PREM(iprem)

Names in the parenthesis are to be used as a model name in CLI.

Hereinafter, ~/.Kibrary/bin is assumed to be in PATH.

#USAGE ##GUI If you want to use ANISOtime in its GUI mode, execute ANISOtime as below:

anisotime

##CLI When you add arguments in the command of the above execution for the GUI mode, it works as CLI.

For instance, if you want to see the usage, you can execute as below:

anisotime -help

###Catalog creation If you want to create a database of raypath set that shortens the time for travel time computation,

anisotime -mod prem

it creates a catalog and the catalog is used from the next use.
If you want to specify a catalog for the raypath computation:

anisotime -rc /path/to/catalog -deg 60 -ph S

###Record section If you want to create an S wave record section for an epicentral distance range,

anisotime -rs start,end,interval -ph S -mod prem
Clone this wiki locally