MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
147 stars 66 forks source link

2D Forward Modeling #188

Open tkent42 opened 9 months ago

tkent42 commented 9 months ago

Looks like there was an effort for forward modelling in the Pek2dForward script in modeling. It has old program calls and needs updating to current programs in Occam2d. I am running 2d Occam inversions on my dataset but would like to use the same real geometry and acquisition parameters in a forward model. Do you have any suggestions on the direction to take for this workflow? Looking to create a best interpretation model to test sensitives of different anomalies and also checkerboards to look at general resolution.

I used https://github.com/geoscixyz/geosci-labs/blob/main/geoscilabs/em/MT.py and MTPy to get 1D forward models. Much different to replicate the 2D geometry from the Occam inversions.

Thanks!