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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file emagpy-1.4.2.tar.gz.
File metadata
- Download URL: emagpy-1.4.2.tar.gz
- Upload date:
- Size: 5.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1940c25b7ad797e5d31d13b8f829ac9eb84d46074765d4b3b4bd8c156574b36
|
|
| MD5 |
451e897dd5b7c053b260c9188e8b2f9c
|
|
| BLAKE2b-256 |
b1bfdbaa534be97bc381e46d10c509f31fcc5af9bd451429169413e6e9e269b2
|
File details
Details for the file emagpy-1.4.2-py3-none-any.whl.
File metadata
- Download URL: emagpy-1.4.2-py3-none-any.whl
- Upload date:
- Size: 223.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83241f7ecf1f58829bb22672ee2f9402905a452c38588342e76ffa1e6d71a95c
|
|
| MD5 |
9f6496e47ea45a7ed403f0887c8daad4
|
|
| BLAKE2b-256 |
cf8ec2472a23fc863e2ecea337182b076f31c734cf8a0410d726e26de9c7811d
|