From e1dfa52e22790a5cf51bbc40395698c8e03cbf6e Mon Sep 17 00:00:00 2001 From: Bernard Giroux Date: Thu, 28 May 2020 10:04:37 -0400 Subject: [PATCH] doc added --- hypo2.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hypo2.py b/hypo2.py index 9d33839..7ec5f2b 100755 --- a/hypo2.py +++ b/hypo2.py @@ -1,5 +1,16 @@ # -*- coding: utf-8 -*- """ +HYPOcenter location from arrival time data in PYthon + +There are currently 4 hypocenter location functions in this module + +hypoloc : Locate hypocenters for constant velocity model +hypolocPS : Locate hypocenters from P- and S-wave arrival time data for constant velocity models +jointHypoVel : Joint hypocenter-velocity inversion on a regular grid (cubic cells) +jointHypoVelPS : Joint hypocenter-velocity inversion of P- and S-wave arrival time data + +See the tutorials for some examples. There is also a notebook about the theory. + Created on Wed Nov 2 10:29:32 2016 @author: giroux