Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] complex resistivity inversion #247

Closed
itzimah opened this issue Jul 21, 2020 · 2 comments
Closed

[QUESTION] complex resistivity inversion #247

itzimah opened this issue Jul 21, 2020 · 2 comments
Assignees

Comments

@itzimah
Copy link

itzimah commented Jul 21, 2020

Hello!
Sorry for the simple question but is it possible to invert complex resistivity data using the ERTManager? I saw the example of "Complex-valued electrical modeling" but is it possible to invert these data? Actually I want to model and invert ERT and time-domain IP data (would it be better to use pybert or BERT for this?), but I thought maybe I could work with complex resistivity.
Many thanks!
Itzel

@halbmy halbmy self-assigned this Jul 21, 2020
@halbmy
Copy link
Contributor

halbmy commented Jul 21, 2020

I am not sure whether a complex IP inversion makes sense for TDIP data unless you have a specific model in the background. In the BERT project
https://gitlab.com/resistivity-net/bert
you will find specialized managing classes for FDIP and TDIP data, so I am referring to these. The TDIP class uses constrained inversion of single windows, however the forward solution is according to Seigels approach. Such

tdip = TDIPdata(inputfile) # e.g. ABEM or Syscal TXT export
tdip.filter(...)
tdip.fitDecays()
tdip.generateDataPDF()
tdip.generateDecayPDF()
tdip.invertRhoa(show=True)
tdip.invertMa(nr=3, show=True)
tdip.simultaneousInversion()
tdip.fitModelDecays(show=True)

See https://gitlab.com/resistivity-net/bert/-/blob/master/python/pybert/tdip/tdipdata.py

I will also provide examples and documentation soon.

@itzimah
Copy link
Author

itzimah commented Jul 21, 2020

Great!
Thanks a lot.
Itzel

@itzimah itzimah closed this as completed Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants