From c445cdc7e760de957559af3e33e3a26489e3ee55 Mon Sep 17 00:00:00 2001 From: Xiaotao Yang Date: Tue, 11 Jan 2022 15:45:25 -0500 Subject: [PATCH] demean type fixed --- seisgo/types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seisgo/types.py b/seisgo/types.py index 206e383..de97ef0 100644 --- a/seisgo/types.py +++ b/seisgo/types.py @@ -660,7 +660,7 @@ def copy(self,dataless=False): return cout def stack(self,win_len=None,method='linear',overwrite=True,ampcut=20,verbose=False, - dmean=True,stack_par=None): + demean=True,stack_par=None): ''' This function stacks the cross correlation data. It will overwrite the [data] attribute with the stacked trace, if overwrite is True. Substack will @@ -676,7 +676,7 @@ def stack(self,win_len=None,method='linear',overwrite=True,ampcut=20,verbose=Fal it returns the stacked data as a vector. Default: True. ampcut: used in QC, only stack traces that satisfy ampmax