Skip to content

Commit

Permalink
Setting default Vp to 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
geojunky committed Oct 6, 2022
1 parent a68273e commit e89494f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seismic/receiver_fn/rf_stacking.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

logging.basicConfig()

DEFAULT_Vp = 6.4 # km/sec
DEFAULT_Vp = 6.5 # km/sec
DEFAULT_H_RANGE = tuple(np.linspace(20.0, 70.0, 501))
DEFAULT_k_RANGE = tuple(np.linspace(1.5, 2.0, 301))
DEFAULT_WEIGHTS = np.array([0.5, 0.4, 0.1])
Expand Down

0 comments on commit e89494f

Please sign in to comment.