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