Skip to content

Commit

Permalink
changes to header and aperiodic
Browse files Browse the repository at this point in the history
  • Loading branch information
LuyandaMdanda committed Apr 18, 2019
1 parent a255fcf commit c561026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# Ignore Mac folder profile files
*DS_Store*
.vs*

# Ignore coverage file
.coverage
Expand Down
4 changes: 2 additions & 2 deletions examples/plot_mne_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Using fooof with MNE
=================
=======================
This examples illustrates how to use fooof with `MNE
<https://mne-tools.github.io/>`_ and create topographical plots
Expand Down Expand Up @@ -134,7 +134,7 @@
# Populating periodic and aperiodic values
for block in range(0, num_blocks):
for ind, res in enumerate(fg):
slope_results[block, ind, :] = res.background_params
slope_results[block, ind, :] = res.aperiodic_params
for band_label, band_range in bands.items():
results[band_label][block, ind, :] = get_band_peak(res.peak_params, band_range, True)

Expand Down

0 comments on commit c561026

Please sign in to comment.