Skip to content

Commit e1dfa52

Browse files
doc added
1 parent 58a2d3d commit e1dfa52

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

hypo2.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# -*- coding: utf-8 -*-
22
"""
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+
314
Created on Wed Nov 2 10:29:32 2016
415
516
@author: giroux

0 commit comments

Comments
 (0)