gimli-org / gimli

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

Complex valued electrical inversion #704

Open aurorec opened 2 weeks ago

aurorec commented 2 weeks ago

Hello,

I am currently working on the use of frequency data for electrical IP inversion. I would like to perform a complex-valued inversion. If I understood properly BERT is build to work with phase and amplitude data at a given frequency. My question would be : would it be easier to perform a complex inversion with BERT or is it possible with pygimli or pybert tools ? Is the assumption made for complex inversion on BERT valid even if the phase is not perfeclty constant ?

Thank you for your assistance

Best regards

CARRIER Aurore

halbmy commented 2 weeks ago

If you want to do a single-frequency DC/IP inversion (in both FD or TD), you are fine with pyGIMLi, using the ERTIPManager in the ERT module. Only if you want to do analysis of multi-frequency FDIP or TDIP data (involving spectral constraints), you should work with pyBERT instead.