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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
emagpy-1.2.2-py3-none-any.whl
(218.3 kB
view details)
File details
Details for the file emagpy-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: emagpy-1.2.2-py3-none-any.whl
- Upload date:
- Size: 218.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4bd7a8efb6726d496034253e137a75b6be47f2b8d875385f2d1ce86e3dfabe8 |
|
MD5 | 9a7b3b06a2abe8443354f344b01edf83 |
|
BLAKE2b-256 | 417c531491926bff87f6266884a265fed4d7304b412e455fce7241750d406f44 |