Skip to content

Commit c561026

Browse files
committed
changes to header and aperiodic
1 parent a255fcf commit c561026

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
# Ignore Mac folder profile files
1717
*DS_Store*
18+
.vs*
1819

1920
# Ignore coverage file
2021
.coverage

examples/plot_mne_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Using fooof with MNE
3-
=================
3+
=======================
44
55
This examples illustrates how to use fooof with `MNE
66
<https://mne-tools.github.io/>`_ and create topographical plots
@@ -134,7 +134,7 @@
134134
# Populating periodic and aperiodic values
135135
for block in range(0, num_blocks):
136136
for ind, res in enumerate(fg):
137-
slope_results[block, ind, :] = res.background_params
137+
slope_results[block, ind, :] = res.aperiodic_params
138138
for band_label, band_range in bands.items():
139139
results[band_label][block, ind, :] = get_band_peak(res.peak_params, band_range, True)
140140

0 commit comments

Comments
 (0)