Metadata-Version: 2.1
Name: SeisSrcInv
Version: 0.0.2
Summary: A full waveform seismic source mechanism inversion package
Home-page: https://github.com/TomSHudson/SeisSrcInv
Author: Tom Hudson
Author-email: tsh37@cam.ac.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: os
Requires-Dist: sys
Requires-Dist: pickle
Requires-Dist: random
Requires-Dist: math
Requires-Dist: multiprocessing
Requires-Dist: matplotlib
Requires-Dist: obspy
Requires-Dist: glob

# SeisSrcInv

A full waveform seismic source mechanism inversion package. This package takes Green's functions and real, observed seismograms and performs a Bayesian inversion. The package also allows for the inversion results to be plotted.

## To install:
### Using Pip:
pip install SeisSrcInv

### Manually:
Download SeisSrcInv from https://github.com/TomSHudson/SeisSrcInv
Install by:
python setup.py install

## Usage:
For example of usage, see example.ipynb jupyter-notebook or example.pdf. The jupyter-notebook should run once SeisSrcInv is installed.


