Skip to content

Commit e22e205

Browse files
committed
quick formatting
1 parent 01aa3f0 commit e22e205

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tutorials/inverse/80_brainstorm_phantom_elekta.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
epochs = mne.Epochs(
7272
raw, events, event_id, tmin, tmax, baseline=(None, bmax), preload=False
7373
)
74+
7475
# Plot evoked response for the first clean dipole
7576
epochs["1"][1:-1].average().plot(time_unit="s")
7677
# %%
@@ -106,6 +107,7 @@
106107
evokeds.append(evoked)
107108
# %%
108109
# Next, we need to compute the noise covariance to capture the sensor noise structure.
110+
#
109111
# We use the baseline window to estimate covariance.
110112
#
111113
# You can explore the covariance tutorial for details: :ref:`tut-compute-covariance`.
@@ -144,7 +146,6 @@
144146
plt.show()
145147

146148
# %%
147-
#
148149
# We can see that GOF varies between 50 % and up to 95 %.
149150
#
150151
# Compare estimated and true dipoles

0 commit comments

Comments
 (0)