Metadata-Version: 2.1
Name: seis-acc
Version: 0.2.2
Summary: Auto-Correlogram Calculation in seismology
Home-page: https://github.com/weijias-opensource/acc
Author: Weijia SUN
Author-email: weijia_sun@163.com
License: MIT
Description: 
        # ACC: Auto-Correlogram Calculation in seismology
        
        Extracting P-wave reflections between the free surface and the lithospheric discontinuities to image the subsurface structures.
        
        ## Installation
        
        Here I provide two conventional ways to install the package. The first is downloading the code via git clone command.
        
        ```
        >>> git clone https://github.com/weijias-opensource/acc.git
        ```
        
        and enter the main directroy of the package where the `setup.py` file is, then execute
        
        ```
        >>> python setup.py install
        ```
        . The second is just simply executing the command of 
        
        ```
        >>> pip install seis-acc
        ```
        
        
        ## Tutorials
        
        Please go the the example directory and run 
        
        ```
        >>> sh run.sh
        ``` 
        
        for a simple example of the Warramungga array data. More tutorials will be added later.
        
        
        ## Deployment
        
        The package could be running on all operating systems, including Windows, Mac and Linux. But the package is well tested on Ubuntu Linux (19.04) at now.
        
        ## Authors
        
        * **Weijia Sun**
        
        If you have any suggestions to help improve the package, please let me know and I will try to implement them as soon.
        
        ## Contributors
        
        * **B. L. N. Kennett**
        
        ## Acknowledgments
        
        The author learned to write a flexible and practical code for friendly usage from other packages. A small portion of code in this packakge is also reproduced from other projects.
        
        * [rf](https://github.com/trichter/rf)
        * [seispy](https://github.com/xumi1993/seispy)
        * [obspy](https://github.com/obspy/obspy)
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
