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
Hi I'm trying to do seismic refraction inversion using “Koenigsee” example with my data.
There is a problem with supplying the topography of the survey - results seems to be flipped upside down.
Your environment
Date: Sat May 20 14:05:58 2023 W. Europe Daylight Time
OS : Windows
CPU(s) : 32
Machine : AMD64
Architecture : 64bit
Environment : Python
Python 3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:28:38) [MSC
v.1929 64 bit (AMD64)]
pygimli : 1.4.0
pgcore : 1.3.0
numpy : 1.21.5
matplotlib : 3.7.1
scipy : 1.10.1
pyvista : 0.39.0
Intel(R) oneAPI Math Kernel Library Version 2023.1-Product Build 20230303
for Intel(R) 64 architecture applications
This is result with no topography implemented in data file (zeroes in second column):
Actual behavior
This is what I'm getting, with real topography in datafile (see above):
The topo line (thick black) looks correct, but the inversion results and rays are upside down ... If I set in the data file all z coordinates to 0 (zero) everything looks fine (see image above).
It is unclear to me from the documentation what might be wrong
The text was updated successfully, but these errors were encountered:
I fixed both the problem with XY and the unnecessary boundary. It is all included in the brand-new version v1.4.1. Please check it out whether it solves your problem.
Question/Problem description
Hi I'm trying to do seismic refraction inversion using “Koenigsee” example with my data.
There is a problem with supplying the topography of the survey - results seems to be flipped upside down.
Your environment
Date: Sat May 20 14:05:58 2023 W. Europe Daylight Time
OS : Windows
CPU(s) : 32
Machine : AMD64
Architecture : 64bit
Environment : Python
Python 3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:28:38) [MSC
v.1929 64 bit (AMD64)]
pygimli : 1.4.0
pgcore : 1.3.0
numpy : 1.21.5
matplotlib : 3.7.1
scipy : 1.10.1
pyvista : 0.39.0
Intel(R) oneAPI Math Kernel Library Version 2023.1-Product Build 20230303
for Intel(R) 64 architecture applications
Steps to reproduce
My data file "PK2-picks.sgt":
Code used:
Expected behavior
This is result with no topography implemented in data file (zeroes in second column):
Actual behavior
This is what I'm getting, with real topography in datafile (see above):
The topo line (thick black) looks correct, but the inversion results and rays are upside down ... If I set in the data file all z coordinates to 0 (zero) everything looks fine (see image above).
It is unclear to me from the documentation what might be wrong
The text was updated successfully, but these errors were encountered: