Razorback

February 27, 2026 · View on GitHub

An open source python library for magnetotelluric robust processing.

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

Learn more with the online documentation: https://razorback.readthedocs.io/.

How to cite

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

Installing

Razorback is available on pypi.org, install it with your favorite tool:

pip install razorback
uv add razorback
pixi add --pypi razorback

Tutorials

Get the tutorials and their attached data by cloning the repository with its submodules:

git clone --recursive https://github.com/brgm/razorback.git

You will find the tutorials in ./docs/source/tutorials/

Supported Platforms

Linux, Windows, MacOS

Python >= 3.12

Contributing

We welcome contributions! Please read the CONTRIBUTING.md file for guidelines on how to get started.