Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxvandenBoom committed Sep 25, 2023
1 parent 8849a5b commit b6a286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ data_ch0_trial13 = epochs[1, 13, :]
# retrieve epoched data with pre-processing (high-pass filtering, CAR re-referencing and 50Hz line-noise removal)
from ieegprep import RerefStruct
[srate, epochs] = load_data_epochs( '/bids_data_root/subj-01/ieeg/sub-01_run-06_ieeg.vhdr',
retrieve_channels = channels['name'].tolist(),
retrieve_channels = channels['name'],
onsets = events['onset'],
high_pass = True,
early_reref = RerefStruct.generate_car(channels['name'].tolist()),
Expand Down

0 comments on commit b6a286f

Please sign in to comment.