Metadata-Version: 2.1
Name: anxcor
Version: 0.0.3
Summary: ANXCOR is a python library for performing seismic ambient noise crosscorrelations
Home-page: https://github.com/uofuseismo/anxcor
Author: Kevin A. Mendoza
Author-email: kevin.mendoza@utah.edu
License: MIT
Description: [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.png)](https://opensource.org/licenses/MIT)
        [![Build Status](https://travis-ci.org/uofuseismo/anxcor.png?branch=master)](https://travis-ci.org/uofuseismo/anxcor)
        ![PyPI](https://img.shields.io/pypi/v/anxcor.png?color=blue&style=plastic)
        ![PyPI - Downloads](https://img.shields.io/pypi/dm/anxcor.png?style=plastic)
        ![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)
        ![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)
        [![Coverage Status](https://coveralls.io/repos/github/uofuseismo/anxcor/badge.svg?branch=master)](https://coveralls.io/github/uofuseismo/anxcor?branch=master)
        
        
        ## ANXCOR: Ambient Noise X (cross) Correlation
        
        ## *CURRENTLY IN DEVELOPMENT/UNSTABLE*
        
        **ANXCOR** is a python library for performing seismic ambient noise crosscorrelations.
        
        ANXCOR is not intended to replace existing seismic ambient noise processing codes.
        Instead, our goal is to provide a framework for rapid prototyping of new processing routines,
        and small-batch production of seismic ambient noise correlation functions.
        ANXCOR is designed with readability and explicit documentation in mind; all algorithms are well documented, grounded in
        research, and written following most of the practices outlined in the [Clean Code Handbook by Robert C. Martin](https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882).
        
        
        
        ANXCOR integrates seamlessly into the current python datascience stack, leverage common datascience packages 
        like [pandas](http://pandas.pydata.org), [NumPy](http://www.numpy.org), and [SciPy](http://www.scipy.org), 
        as well as the popular seismology package [ObsPy](https://github.com/obspy/obspy/wiki). 
        Furthermore, it leverages both [xarray](http://xarray.pydata.org/en/stable/) and [dask](http://dask.org)
        to achieve embarassingly parallel execution. Use of these popular packages makes working with ANXCOR intuitive,
        concise, and extensible without deep domain experience in compiled languages.
        
        ## Documentation
        
        learn more about ANXCOR at the [wiki](https://github.com/uofuseismo/anxcor/wiki).
        
        
        ## Acknowledgements
        Kevin A. Mendoza served as chief architect and programmer of ANXCOR. Development of the project was inspired by Dr. Fan-Chi Lin's work in Ambient Noise Seismic Tomography. Many of the routines implemented here were written after careful consultation with him and his Graduate Student work group (However, none of their code was copied or directly translated into anxcor). Ph.D. Candidate Elizableth Berg especially was integral to the success of this project.
        
        ## Attribution
        
        ## Known Issues
        ## Planned Enhancements
        
        - Component Rotation along azimuth and backazimuth
        - FTAN and beamforming routines
        - Custom crosscorrelation preprocessing functions
        - GPU implementations of crosscorrelation
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## Contributors
        - PhD Student Kevin A. Mendoza was the primary developer, and is responsible for the original architecture of the project.
        - PhD Student Daniel Wells contributed a number of test suites.
        
        
        ## LICENSE
        
        Copyright 2019 Kevin A Mendoza
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this
        software and associated documentation files (the "Software"), to deal in the Software
        without restriction, including without limitation the rights to use, copy, modify,
        merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
        permit persons to whom the Software is furnished to do so, subject to the following
        conditions:
        
        The above copyright notice and this permission notice shall be included in all copies
        or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
        INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
        PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
        HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
        CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
        THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
