Skip to content

0.1.2

Compare
Choose a tag to compare
@TomDonoghue TomDonoghue released this 03 Jul 07:41

This is a minor update version, with some small fixes and additions. There are no changes to the FOOOF algorithm.

Changelog:

  • The addition of convenience functions to run FOOOF across 3D matrices of power spectra
  • A rewrite of synth.py, specifically in terms of functions used to generate synthetic power spectra. This includes major updates to 'gen_power_spectrum' and 'gen_group_power_spectrum', and the addition of the SynParams object, which keeps track of parameters used for simulation.
  • Fix a bug in which peaks could be placed outside of the fitting range of the power spectrum.
  • A series of small fixes, including managing data internally and extracting data and better type checking for provided inputs. None of these fixes should change fitting results, and generally address rare edge cases.
  • Some small updates to internal variable names and documentation.