API for FDEM inversion and data manipulation
Project description
EMagPy
Python API for inversion/modelling of frequency domain electromagnetic data (FDEM).
EMagPy is divided into a python API and a standalone graphical user interface (GUI). It aims to be a powerfull but simple tool for inverting EMI data obtain from conductimeter.
Getting started
Clone the repository:
git clone https://gitlab.com/hkex/emagpy
Change to the src
directory and run ui.py
to start the GUI.
cd emgapy/src
python ui.py # this will start the GUI
The python API is available by simply importing the emagpy
module from the python shell:
import emagpy
k = Problem()
k.createSurvey('./test/coverCrop.csv')
k.invert(forwardModel='CS') # specify the forward model (here the Cumulative Sensitivty of McNeil1980)
k.showResults() # display the section
k.showMisfit() # display predicted and observed apparent EC
k.showOne2one() # 1:1 line of misfit of apparent EC
Check out the jupyter notebook examples in emagpy/examples/
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
emagpy-0.0.2.tar.gz
(27.1 kB
view details)
Built Distribution
emagpy-0.0.2-py3-none-any.whl
(41.9 kB
view details)
File details
Details for the file emagpy-0.0.2.tar.gz
.
File metadata
- Download URL: emagpy-0.0.2.tar.gz
- Upload date:
- Size: 27.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aa0677fa4b23490ae698a50989303899aee70354202726b5a869582cfe4472e |
|
MD5 | 62033412a980151942aa7652cd899898 |
|
BLAKE2b-256 | 848a5ce3733705360f9825e090e6c54b66342a4637ce8a12f95897db98b8d1c7 |
File details
Details for the file emagpy-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: emagpy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22ea40db59bab11bfebe5871d8e7b1eb881a818548b72fe4a0ab2f68784c21cc |
|
MD5 | ef39ff13529769f4586ef0a79800e1b2 |
|
BLAKE2b-256 | f2fd42e00019895c1e8dc5d8f34b1abf16c68e7de09198b2d5493eba8796e2e4 |