Metadata-Version: 2.1
Name: SeisSrcInv
Version: 0.0.5
Summary: A full waveform seismic source mechanism inversion package
Home-page: https://github.com/TomSHudson/SeisSrcInv
Author: Tom Hudson
Author-email: tsh37@alumni.cam.ac.uk
License: UNKNOWN
Description: # 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.
        For other optional arguments try:
        help(SeisSrcInv.inversion.run)
        help(SeisSrcInv.plot.run)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
