Skip to content

Commit

Permalink
add one more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sannecottaar committed Jun 12, 2018
1 parent 6d5ec03 commit 59df807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_seismic_travel_times.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def plot_rays_and_times(modelname):
min_degrees = 60 # minimum distance for ray paths
max_degrees = 300 # maximum distance for ray paths
npoints = 9 # number of distances to plot ray paths
ref_model = 'prem'
ref_model = 'prem' # choice of models available in obpsy, or input an npz file name

# Build a taup_model for Obspy
obspy.taup.taup_create.build_taup_model(
Expand Down

0 comments on commit 59df807

Please sign in to comment.