MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
147 stars 66 forks source link

MTpy: A Python Toolbox for Magnetotelluric (MT) Data Processing, Analysis, Modelling and Visualization

NOTE: This repository of mtpy is being deprecated and will no longer be supported in the near future (2024). An updated and supported version of mtpy can be found at https://github.com/MTgeophysics/mtpy-v2

How to Cite

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

Overview

A Python Toolbox for Magnetotelluric (MT) Data Processing, Analysis, Modelling and Visualization

Note that this repository has superseded the geophysics/mtpy <https://github.com/geophysics/mtpy/tree/beta> and GeoscienceAustralia/mtpy2 <https://github.com/GeoscienceAustralia/mtpy2/tree/develop>

Contacts

| Alison Kirkby | Alison.Kirkby@ga.gov.au

| Fei Zhang | fei.zhang@ga.gov.au

| Jared Peacock | peacock.jared@gmail.com

| Bren Moushall | brenainn.moushall@ga.gov.au

| Rakib Hassan | Rakib.Hassan@ga.gov.au

| Jingming Duan | Jingming.Duan@ga.gov.au

System Requirements

License

MTpy is licensed under the GPL version 3

The license agreement is contained in the repository and should be kept together with the code.

Conventions Used in the MTPy Software

  1. MTpy uses E- and B-fields (although the sensors may be confusingly named as H-sensors in EDI files)
  2. [E] = microvolts/meter (muV/m)
  3. [B] = nanotesla (nT)
  4. [Z] = [E]/[B] = km/s
  5. Apparent resistivty rho = 0.2 T |Z|^2 (in Ohm m)
  6. Angles are given in degrees (mod 360)
  7. EDI files can contain data in Z- or rho/phi-form
  8. EDI files contain data from one station only
  9. Coordinates are handled in decimal degrees (converted when reading)
  10. Time stamps refer to UTC
  11. Internal coordinates: X = North-South, Y = East-West
  12. Rotations are interpreted clockwise (mathematically negative)
  13. 0 degrees azimuth = North

.. |Build Status| image:: https://travis-ci.org/MTgeophysics/mtpy.svg?branch=develop :target: https://travis-ci.org/MTgeophysics/mtpy

.. |Coverage Status| image:: https://coveralls.io/repos/github/MTgeophysics/mtpy/badge.svg?branch=develop :target: https://coveralls.io/github/MTgeophysics/mtpy?branch=develop

.. |Documentation Status| image:: https://readthedocs.org/projects/mtpy2/badge/?version=develop :target: http://mtpy2.readthedocs.io/en/develop/