Skip to content

Commit

Permalink
better default
Browse files Browse the repository at this point in the history
  • Loading branch information
YijianZhou committed Jan 19, 2024
1 parent a3f50b6 commit 2d66b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def __init__(self):
self.pick_win_s = [1.6,1.6] # search win for S pick
self.chn_p = [2] # chn for P pick
self.chn_s = [0,1] # chn for S pick
self.amp_win = [1,4] # win for amp measurement
self.amp_win = [1,5] # win for amp measurement
# data process
self.samp_rate = 50
self.freq_band = [2.,40.]
self.freq_band = [1.,20.]
self.num_workers = 10
self.get_data_dict = dp.get_data_dict
self.get_sta_dict = dp.get_sta_dict
4 changes: 2 additions & 2 deletions example_mess_workdir/config_eg.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def __init__(self):
self.pick_win_s = [1.6,1.6] # search win for S pick
self.chn_p = [2] # chn for P pick
self.chn_s = [0,1] # chn for S pick
self.amp_win = [1,4] # win for amp measurement
self.amp_win = [1,5] # win for amp measurement
# data process
self.samp_rate = 50
self.freq_band = [2.,40.]
self.freq_band = [1.,20.]
self.num_workers = 10
self.get_data_dict = dp.get_data_dict
self.get_sta_dict = dp.get_sta_dict

0 comments on commit 2d66b04

Please sign in to comment.