Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuan-Fu Feng committed Jan 24, 2024
1 parent 3009b96 commit 2897ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/noisepy/seis/noise_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def preprocess_raw(
st[ii].data = scipy.signal.detrend(st[ii].data, type="constant")
st[ii].data = scipy.signal.detrend(st[ii].data, type="linear")
st[ii] = st[ii].taper(max_percentage=0.05)

# merge, taper and filter the data
if len(st) > 1:
st.merge(method=1, fill_value=0)
Expand Down

0 comments on commit 2897ad1

Please sign in to comment.