An open source python library for magnetotelluric robust processing.
It provides robust (M-estimator, Bounded Influence) and multi-remote methods for MT.
Just use pip
to get razorback and all its dependencies:
pip install razorback
- Python >= 3.6
- Numpy
- Scipy
- Dask
Linux, Windows, MacOS
To run the tests, clone the repository and run pytest in the main directory:
pytest