gimli-org / gimli

Geophysical Inversion and Modeling Library :earth_africa:

Home Page:https://www.pygimli.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exporting ERT data to RES2DINV format

IsabellaLorenzen opened this issue · comments

Problem description

Hallo!

I have just filtered my data and i have used PyGIMLi to visualize the filtered data points.

I have a DataContainer defined where the data has been filtered and I wish to export this data into a Res2DINV file, is there a way to do that?

Your environment

OS : Windows
CPU(s) : 8
Machine : AMD64
Architecture : 64bit
RAM : 7.8 GiB
Environment : IPython


> If possible, please add one or more labels to your issue, e.g. if you expect that your issue is rather a question than a problem with the code, please add the label "question".

See also last weeks issue #670
using the pyBERT module

from pybert.importer.exportData import exportRes2dInv
exportRes2dInv(data, "filename.dat")

Closing the issue as being a (solved) duplicate. Reopen in case of problems.