-
Notifications
You must be signed in to change notification settings - Fork 111
Description
Hi,
I am using fooof version 1.1 and loaded and fited a FOOOFGroup model to later extract the 'aperiodic' and 'peak' data (not params) and found that they are NonType. This is not the case for the 'full' version, which gives me the spectrum output.
I checked that has_data = True and that when I save the results save_data = True too.
To further check i downloaded the data from the tutorial 04: Exploring the FOOOF Object and here when using fm.get_data worked for all 'full', 'aperiodic' and 'peak'.
Then I downloaded the data and followed the tutorial from 06: FOOOFGroup and when I extracted an individual fit, get_data again did not worked for 'aperiodic' and 'peak'.
Also when trying get_params to the group object that the Tutorial computes also did not give any output for neither the 3 of them.
Am I doing something wrong? Is there a way to extract the aperiodic corrected spectrums? I find myself now substracting the get_model('aperiodic') from the get_data('full') to obtain it
Thanks!