Replies: 9 comments
-
I suppose I could do this?
But when I run
I get the error
|
Beta Was this translation helpful? Give feedback.
-
I am note sure whether What's the shape of |
Beta Was this translation helpful? Give feedback.
-
Inversion runs for the full mesh. (i.e.)
Looking at the code, the issue seems to be in kernel.py, line 51-55, where c_list is of NoneType, instead of Tetrahedron.
Does not help |
Beta Was this translation helpful? Give feedback.
-
does |
Beta Was this translation helpful? Give feedback.
-
The data I use to make mesh and mesh2 The createNeightborInfos() did nit help |
Beta Was this translation helpful? Give feedback.
-
I am using the original The electrodes have elevations between 65 and 85m, |
Beta Was this translation helpful? Give feedback.
-
Thanks, I will give another look to make sure. I must have missed something. Ps. I thought paraDepth =12 is 12 m below the average depth between 65 and 85. I.e 62 meters. I run some ert inversions with that mesh, but now you made me wonder... Thanks Thomas |
Beta Was this translation helpful? Give feedback.
-
I am not quite sure and I have not plotted the topography but usually it is from the outer corners down. There might be also tetgen tolerance problems with the larger coordinate numbers that could be substracted. |
Beta Was this translation helpful? Give feedback.
-
lost track somehow and close it therefore, but maybe we can revive gravity |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Starting by saying sorry for bombing with so many questions....
I have few hundreds xyz points, that define topography points (and define ert electrode positions). On the same mesh (and points) I have also gravimetry data, hence I want to do a 3d gravity inversion. The way I create the mesh is the following. What I want, is the inversion to take place on the mesh with Marker=2 (the red region). The way I set it up, inverts on the whole mesh (marker 1 and 2). How can I do this?
I can't seem to understand the terms paraBoundary and Boundary in the function.
`
Beta Was this translation helpful? Give feedback.
All reactions