Skip to content
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

Error in TauPy Model: The Phase "ScScS" #2774

Closed
jeritsema opened this issue Dec 30, 2020 · 0 comments · Fixed by #3082
Closed

Error in TauPy Model: The Phase "ScScS" #2774

jeritsema opened this issue Dec 30, 2020 · 0 comments · Fixed by #3082
Labels

Comments

@jeritsema
Copy link

I noticed that the taup routines work fine for the phase "ScScS" (i.e., NOT ScSScS). See below. The taup_path for ScScS is also strange. Philip Crotwell's TauP package has the same issue and I reported the bug to Philip as well. Perhaps there is something wrong in the phase parser?

from obspy.taup import TauPyModel
scs_times = TauPyModel( model="ak135" ).get_travel_times( 0, 0, phase_list=["ScS","ScScS","ScSScS"] )
print (scs_times)
3 arrivals
ScS phase arrival at 935.771 seconds
ScScS phase arrival at 1265.670 seconds
ScSScS phase arrival at 1871.542 seconds

Cheers,
Jeroen

  • Please check whether the bug was already reported or fixed.
  • Please provide the following information:
    • ObsPy version, Python version and Platform (Windows, OSX, Linux ...)
    • How did you install ObsPy and Python (pip, anaconda, from source ...)
    • If possible please supply a short, self contained, correct example that
      demonstrates the issue.
    • If this is a regression (used to work in an earlier version of ObsPy),
      please note when it used to work.
  • Please take the time to format your ticket appropriately
    (e.g. put error tracebacks into code blocks)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants