Skip to content

Commit

Permalink
Merge pull request #34 from stfnrpplngr/patch-1
Browse files Browse the repository at this point in the history
High-pass EOG
  • Loading branch information
jasmainak authored Apr 6, 2018
2 parents 21c52f9 + 5b3fa30 commit 193aaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/processing/04-python_filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run_filter(subject_id):
# High-pass EOG to get reasonable thresholds in autoreject
picks_eog = pick_types(raw.info, meg=False, eog=True)
raw.filter(
l_freq, None, picks=picks_eog, l_trans_bandwidth='auto',
1., None, picks=picks_eog, l_trans_bandwidth='auto',
filter_length='auto', phase='zero', fir_window='hann',
fir_design='firwin')
raw_out = raw_fname_out % (run, l_freq)
Expand Down

0 comments on commit 193aaac

Please sign in to comment.