gimli-org / gimli

Geophysical Inversion and Modeling Library :earth_africa:
https://www.pygimli.org
Other
344 stars 131 forks source link

Res2d formate conversion #670

Closed Abby123455r closed 2 months ago

Abby123455r commented 2 months ago

Problem description

I performad farward modeling in pygimli and save the data in .dat file..now i want to import this data in res2d inv software. could you please tell me how i can convert the file into res2dinv formate.

Second i want to ask that in apparent resistivity section we have DD1, DD6. DD11 at depth scale..could you please tell me that why we have disply this instead of depth?

halbmy commented 2 months ago

In the pyBERT package (see infos on https://gitlab.com/resistivity-net/bert ), there is a function exportRes2dInv:

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

However, I haven't used it for ages. Please, check it out and tell us whether it is working.

Abby123455r commented 2 months ago

it is working ..thank you