Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
xtyangpsp committed Jan 6, 2022
1 parent 5e9e056 commit ff5fbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seisgo/stacking.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def adaptive_filter(d,g=1):
g: a positive number to adjust the filter harshness [default is 1]
RETURNS:
----------------------
narr: numpy vector contains the stacked cross correlation function
newstack: numpy vector contains the stacked cross correlation function
'''
if d.ndim == 1:
print('2D matrix is needed')
Expand Down

0 comments on commit ff5fbaf

Please sign in to comment.