Closed tonapawilliam closed 6 months ago
It looks like your sensors are located at y=0. You can check your sensor positions by scheme.sensorPositions().array()
. Since you are modelling a slope you should put the sensors along the slope. Also, the sensors are at the start and end, right at 0 and 345 which are the beginning and end of your mesh. I would put them more centrally in your mesh just to make sure it is not that. You can also add the sensors to your geom and then make your mesh. You can do this by :
for i in scheme.sensorPositions():
geom.createNode(i)
Hope this helps.
How to put the value slope in my code? Can You Help me?
You can use this as an example: https://www.pygimli.org/_examples_auto/2_seismics/plot_01_refraction_manager.html
Thank You, It's work
Excuse me Sir, can you fix my code? I try to make model with slope but there is problem with simulate data ERT.
The Error: