We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a2d3d commit e1dfa52Copy full SHA for e1dfa52
hypo2.py
@@ -1,5 +1,16 @@
1
# -*- coding: utf-8 -*-
2
"""
3
+HYPOcenter location from arrival time data in PYthon
4
+
5
+There are currently 4 hypocenter location functions in this module
6
7
+hypoloc : Locate hypocenters for constant velocity model
8
+hypolocPS : Locate hypocenters from P- and S-wave arrival time data for constant velocity models
9
+jointHypoVel : Joint hypocenter-velocity inversion on a regular grid (cubic cells)
10
+jointHypoVelPS : Joint hypocenter-velocity inversion of P- and S-wave arrival time data
11
12
+See the tutorials for some examples. There is also a notebook about the theory.
13
14
Created on Wed Nov 2 10:29:32 2016
15
16
@author: giroux
0 commit comments