-
Notifications
You must be signed in to change notification settings - Fork 38
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
Range dependent SSP error #71
Comments
Check what the prt file says. |
Here is the prt file information:
|
Is that the end of the file? If so, Bellhop run does not seem to have successfully completed. |
Yes, it is the end of the file. |
The problem is likely in Bellhop itself, so arlpy can't solve the problem for you. But I can give you some suggestions to debug...
|
Thanks for your suggestion.
|
suggests that Bellhop doesn't like some number in your SSP. Item 1, I believe is depth entry in the SSP. So it doesn't like a depth entry. I suspect it is that the depth entry is out of bounds (0 and max depth). |
|
I believe your issue is the same as #51, so see if that helps. |
It is helpful and the problem is solved.
Thank you very much and the toolbox does help me a lot. |
Excellent, glad it's solved! |
Hi authors
I use arlpy toolbox to compute the arrivals.
The toolbox and Bellhop are doing well when I input the single-point SSP.
But if I change the single-point SSP to range-dependent SSP, the following error will show up.
"[WARN] Bellhop did not generate expected output file"
I also tried the debug function and there are only .prt, .env, .bty and .ssp files.
Is there anything that I was wrong with?
If you need more information please let me know.
Thank you in advance.
Ching Tang
The text was updated successfully, but these errors were encountered: