Skip to content

Commit

Permalink
add sphinx example header (mne-tools#10556)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill authored Apr 22, 2022
1 parent b6ce4f8 commit f523f24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/inverse/multi_dipole_model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
"""
.. _ex-multi-dipole:
=================================================================
Computing source timecourses with an XFit-like multi-dipole model
=================================================================
Expand Down Expand Up @@ -42,7 +44,7 @@
raw_fname = meg_path / 'sample_audvis_raw.fif'
cov_fname = meg_path / 'sample_audvis-shrunk-cov.fif'
bem_dir = data_path / 'subjects' / 'sample' / 'bem'
bem_fname = bem_dir / 'sample-5120-5120-5120-bem-sol.fif'
bem_fname = bem_dir / 'sample-5120-5120-5120-bem-sol.fif'

###############################################################################
# Read the MEG data from the audvis experiment. Make epochs and evokeds for the
Expand Down

0 comments on commit f523f24

Please sign in to comment.