Skip to content

Commit

Permalink
doc added
Browse files Browse the repository at this point in the history
  • Loading branch information
bernard-giroux committed May 28, 2020
1 parent 58a2d3d commit e1dfa52
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hypo2.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e1dfa52

Please sign in to comment.