Metadata-Version: 2.1
Name: razorback
Version: 0.3.0.2
Summary: Robust estimation of linear response functions
Home-page: https://github.com/BRGM/razorback
Author: Farid Smai
Author-email: f.smai@brgm.fr
License: GNU GPLv3
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: dask

# razorback

An open source python library for magnetotelluric robust processing.

It provides robust (M-estimator, Bounded Influence) and multi-remote methods for MT.

## How to cite

If you use this software in a scientific publication, we'd very much appreciate if you could cite the following paper:

- Smaï, F., and Wawrzyniak, P., 2020.
Razorback, an open source Python library for robust processing of magnetotelluric data.
Frontiers in Earth Science.
https://doi.org/10.3389/feart.2020.00296

## Installing

Just use `pip` to get razorback and all its dependencies:
```
pip install razorback
```

## Dependencies

- Python >= 3.6
- Numpy
- Scipy
- Dask

## Supported Platforms
Linux, Windows, MacOS

## Running tests

To run the tests, clone the repository and run pytest in the main directory:
```
pytest
```

## Documentation
<https://razorback.readthedocs.io>


