You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The surface (and plc) made from xyz 3d points is not what I am expecting.
Your environment
Please provide the output of print(pygimli.Report()) here. If that does not
work, please give provide some additional information on your:
Operating system: e.g. Windows, Python version: e.g. 3.9, pyGIMLi version: 1.5.1 Way of installation: e.g. Conda packag
Steps to reproduce
I have 96 electrodes and a DEM from the area (figure 1).
Since it's not a regular grid, I append in the perimeter some points and I set the elevation there to be the median (I believe you are doing the same)
After some interpolation on the DEM, we have now elevation in the regular grid (i.e. on the missing points). The whole point is to ease the creatin of the plc
I have appended the topographic points in the input file (rather than using the addTopo flag). That is, on the input file the first 96 points are actual the electrodes and the rest 55370 are just topography and never being used as measure.
frompygimli.physicsimportertimportpygimliaspgimportpygimli.meshtoolsasmtdata=ert.load('trial_new_mesh.txt')
# for some reason, I can't get the paraBoudary to be less than 1.2 (ideally 0). It returns an errorplc=mt.createParaMeshPLC3D(data, paraDepth=-1, paraMaxCellSize=0.0,
surfaceMeshQuality=34,paraBoundary=[1.2,1.2])
plc2=mt.createParaMeshSurface(data,paraBoundary=[1.2,1.2])
...
Problem description
The surface (and plc) made from xyz 3d points is not what I am expecting.
Your environment
Please provide the output of
print(pygimli.Report())
here. If that does notwork, please give provide some additional information on your:
Operating system: e.g. Windows,
Python version: e.g. 3.9,
pyGIMLi version: 1.5.1
Way of installation: e.g. Conda packag
Steps to reproduce
I have 96 electrodes and a DEM from the area (figure 1).
Since it's not a regular grid, I append in the perimeter some points and I set the elevation there to be the median (I believe you are doing the same)
After some interpolation on the DEM, we have now elevation in the regular grid (i.e. on the missing points). The whole point is to ease the creatin of the plc
I have appended the topographic points in the input file (rather than using the addTopo flag). That is, on the input file the first 96 points are actual the electrodes and the rest 55370 are just topography and never being used as measure.
Expected behavior
The surface is looking like this
And the plc like this
How can I fix this?
trial_new_mesh (3).txt
The text was updated successfully, but these errors were encountered: