Skip to content

Commit

Permalink
FIX doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Oct 2, 2017
1 parent 8633ecd commit a5b6784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/results/plot_fanning.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
fig.savefig('FanningB.pdf', bbox_to_inches='tight')

###############################################################################
# Finally, we can also use the tSSS data which is equivalent to doing a
# highpass filter and the "fanning" will not be visible also in this case.
# Finally, we can also use the tSSS data which has a highpass
# filtering effect and the "fanning" will not be visible also in this case.
from mne.preprocessing import maxwell_filter # noqa

raw_fname = op.join(study_path, 'ds117', subject, 'MEG', 'run_01_raw.fif')
Expand Down

0 comments on commit a5b6784

Please sign in to comment.