Replies: 16 comments 2 replies
-
I am getting an error already when I add the electrodes and want to show (i.e. in Plotting the mesh and the electrodes before ( it becomes clear that there are several issues
I therefore suggest creating the mesh from the electrode positions so that they are included, using meshtools functions as done in several examples. |
Beta Was this translation helpful? Give feedback.
-
Any progress? |
Beta Was this translation helpful? Give feedback.
-
Hello Dr. Gunther.
Actually yes. I get an answer. I will mail it .I really appreciate your
help and support.
An honor to be in touch with you.
Regards.
Amir Yazdanpanah
…On Tue, 17 Oct 2023, 23:26 Thomas Günther, ***@***.***> wrote:
Any progress?
—
Reply to this email directly, view it on GitHub
<#578 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7UQXQGPDHSSZEDXZ7FZHLDX73PFHAVCNFSM6AAAAAA4IW3S5OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMBXG43TC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Now Im trying to add a topography to my final inversion results. Any ideas
I can start with??
On Wed, 18 Oct 2023, 01:26 amir yazdanpanah, ***@***.***>
wrote:
… Hello Dr. Gunther.
Actually yes. I get an answer. I will mail it .I really appreciate your
help and support.
An honor to be in touch with you.
Regards.
Amir Yazdanpanah
On Tue, 17 Oct 2023, 23:26 Thomas Günther, ***@***.***>
wrote:
> Any progress?
>
> —
> Reply to this email directly, view it on GitHub
> <#578 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A7UQXQGPDHSSZEDXZ7FZHLDX73PFHAVCNFSM6AAAAAA4IW3S5OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMBXG43TC>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
You should start right with the correct geometry, including the topography. |
Beta Was this translation helpful? Give feedback.
-
You mean by creating a polygon?
…On Wed, 18 Oct 2023, 10:20 Thomas Günther, ***@***.***> wrote:
You should start right with the correct geometry, including the topography.
—
Reply to this email directly, view it on GitHub
<#578 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7UQXQFK5MJKMABEGNTWGZ3X7535DAVCNFSM6AAAAAA4IW3S5OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMJRGQ2DK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
By creating a mesh that already contains the correct topography, and also by using it in the data (from which the mesh can be created). |
Beta Was this translation helpful? Give feedback.
-
can you please elaborate a little more? I mean how can I get provided with
a mesh that already contains topography?
…On Wed, Oct 18, 2023 at 10:32 PM Thomas Günther ***@***.***> wrote:
By creating a mesh that already contains the correct topography, and also
by using it in the data (from which the mesh can be created).
—
Reply to this email directly, view it on GitHub
<#578 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7UQXQDPZQSAE7WJRF6WRWTYAARWHAVCNFSM6AAAAAA4IW3S5OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMJZGEZDM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
hello. i used a .dat file in the format of res2dinv. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Something's wrong with the data import. I can't tell unless seing the data. |
Beta Was this translation helpful? Give feedback.
-
I haven’t got anything. I haven’t even an idea who you are.
Von: AY13 ***@***.***>
Gesendet: Donnerstag, 16. November 2023 21:49
An: gimli-org/gimli ***@***.***>
Cc: Guenther, Thomas ***@***.***>; Comment ***@***.***>
Betreff: Re: [gimli-org/gimli] ERT shclumberger synthetic model, in order to forward simulate and invert a landslide (Discussion #578)
the data has been sent to your email address Dr.
—
Reply to this email directly, view it on GitHub<#578 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABWOJEL3BE3WWX4OM74Y623YEZ33DAVCNFSM6AAAAAA4IW3S5OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKOJSGQ2DI>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Hello dr, |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to make a 3 layered subsurface landslide geometry.
I provide the code I am running and would appreciate any insights and ideas to help me get through conducting a good inversion.
The array I'm trying to use is Schlumberger.
after the last code snnipet related to forward simulation I always recieve an error like below:
RuntimeError Traceback (most recent call last)
Cell In[25], line 1
----> 1 data = ert.simulate(mesh, scheme=scheme, res=resistivityValues)
4 pg.info(np.linalg.norm(data['err']), np.linalg.norm(data['rhoa']))
5 pg.info('Simulated data', data)
File E:\Anaconda3\envs\pg-transform2022\lib\site-packages\pygimli\physics\ert\ert.py:121, in simulate(mesh, scheme, res, **kwargs)
118 # fop = self.createForwardOperator(useBert=True, # self.useBert,
119 # sr=sr, verbose=verbose)
120 fop.data = scheme
--> 121 fop.setMesh(mesh, ignoreRegionManager=True)
123 rhoa = None
124 phia = None
File E:\Anaconda3\envs\pg-transform2022\lib\site-packages\pygimli\frameworks\modelling.py:655, in MeshModelling.setMesh(self, mesh, ignoreRegionManager)
652 super(Modelling, self).setMesh(mesh, ignoreRegionManager=True)
653 pass
--> 655 self.setMeshPost(mesh)
656 return
657 self.clearRegionProperties()
File E:\Anaconda3\envs\pg-transform2022\lib\site-packages\pygimli\physics\ert\ertModelling.py:185, in ERTModelling.setMeshPost(self, mesh)
183 def setMeshPost(self, mesh):
184 """"""
--> 185 self._core.setMesh(mesh, ignoreRegionManager=True)
RuntimeError: C:/msys64/home/halbm/gimli/gimli/core/src/mesh.cpp:785 GIMLI::Cell* GIMLI::Mesh::findCell(const RVector3&, size_t&, bool) const no cells for this node. This is a corrupt mesh
P.S. I provide the pictures of the initial geometry, the Mesh, the data scheme, and the geometry merged with the mesh when injected resistivity values using the resistivity Map.
Beta Was this translation helpful? Give feedback.
All reactions