-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need help in my plot #619
Comments
Note that I added the line |
what is |
the traveltimes are divided by 1000 |
As the output says, you seem to have zero traveltime leading to infinite apparent velocity. Remove those data with |
Thanks prof., the output from the code displaced this; as in the attached file but my apparent velocity is showing range 0.26. to 5.26. I don't know if the range is okay or needs to be multiplied. moreover there are some empty space in the model which i don't know if is okay too. |
I am pretty sure you DO need to multiply your data with 0.001 as discussed before. Which wave is so slow to have a traveltime of 60 seconds on a distance of 100m?? The lowest values would then be around 300m/s (the speed in air) and the highest at 5000 m/s (typical values for hard rock). The missing values are probably the ones with zero traveltime. And please, don't send smartphone photos. You already have a notebook and can copy the output into the issue. |
Thank you prof., I multiplied 0.001 in the code and my velocity range is still showing 0.26 to 5.26. Attached is my output and script. |
Prof. the code is running fine if i run it in anaconda prompt but in jupyter-notebook is displacing 0.26 to 5.27 m/s for velocity |
The plots look correct. But if you run the same code on the command line and in a notebook (using the same pygimli in the same environment), the results should be the same. |
Yes prof. is the same now IF I JOIN all the code together but i run this code below for fit between measured (crosses) and modeled (lines) travel-times and i am having a empty displace cells saying ( Line2D.set() got an unexpected keyword argument 'orientation'). Attached is the code, output and error message. mgr.invert(secNodes=3, paraMaxCellSize=5.0, |
Yes, that's definitely an error that need to be corrected. Thank you for point out. |
Good evening Prof., |
Problem description
Need help with my plot
Please describe your issue here.
Good evening Prof., I sent you traveltime.TOM file the other day and you plotted it and share the code with me. Your plot appeals exactly as it is in reflexW software with scale 10 to 60 seconds on traveltime axis); But when i run the code with the file, my plot displaced the traveltime (y-axis) having 0.01 to 0.06 scale which is different from yours. Please what can i do?
Hope to hear from you
Your environment: Jupyter-notebook
Please provide the output of
print(pygimli.Report())
here. If that does notwork, please give provide some additional information on your:
Operating system: Windows
Python version: 3.11.5
pyGIMLi version: Output of `print(pygimli.version):1.4.4
Way of installation: e.g. Conda package, manual compilation from source, etc.
Steps to reproduce
Tell us how to reproduce this issue. Ideally, you could paste the code that produces the error:
Expected behavior
Tell us what should happen or what you want to achieve.
what do have the scale with you on traveltime axis
Actual behavior
Tell us what happens instead and/or provide the output of your script.
The text was updated successfully, but these errors were encountered: