sccn / roiconnect

ROI connectivity analysis in EEG
39 stars 17 forks source link

FOOOF #38

Closed arnodelorme closed 1 year ago

arnodelorme commented 1 year ago

The documentation of pop_roi_activity and roi_activity mentions

%  'fooof'            - ['on'|'off'] enable FOOOF analysis. Default is 'off'.
%  'fooof_frange'     - [ ] FOOOF fitting range. Default is [1 30] like in the
%                      example.

However, it is unclear what "FOOOF" means and the example mentioned is not present.

nguyen-td commented 1 year ago

FOOOF refers to the method described here. The example refers to the script in the corresponding Matlab wrapper (the original method is implemented in Python). I could definitely extend the documentation and add the corresponding links to make it more clear, what do you think?

nguyen-td commented 1 year ago

I am closing this now after some improvements of the respective documentation. If I should add more details, please reopen.