-
Hello. I am working with some resistivity measurement data taken in two wells 15 meters apart from each other. In each well I have 36 electrodes separated by 0.7 m and the measurements have been taken in a "roll-along" manner. I have created the grid correctly but I cannot do the inversion because I cannot square the electrode positions. I am leaving you the notebook and the data to see if anyone has time and can take a look at it. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Ok. I've made some changes and now it recognizes the electrodes. The problem now is that I cannot do the inversion.
Here is the error I get:
|
Beta Was this translation helpful? Give feedback.
-
An infinite data objective ( I didn't run the whole code but it all comes down to the inversion line. Can you please save and attach the mesh and the data container (both with |
Beta Was this translation helpful? Give feedback.
-
Datos.zip |
Beta Was this translation helpful? Give feedback.
-
I have changed a couple of thing regarding the electrodes' positions. Here is a zip with everything (data, code, response, data_container) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Does it work? |
Beta Was this translation helpful? Give feedback.
Your mesh is having the outer boundary with marker 2 and the inner with marker 1 (by default it is the other way),
so you need to tell which is the inversion and which is background by
Then everything works well technically
However, something is wrong with your data file
data.dat
as for a lot of data identical indices are occurring:There is something wrong.