Ryan Hammonds
Ryan Hammonds
There is still a lot to-do on this, but it's a start. This uses plotly to create figures, which can then easily be embedded into html reports using to `to_html`...
The next major release of the 'fooof' tool will update the name of the tool to 'specparam' (for spectral parameterization). Plan for migrating from fooof to specparam. #### Naming -...
@TomDonoghue do you think it would be useful to add an option to fit a knee frequency parameter? I have a fork where I've converted `y = 10^offset * (1/(knee...
This updates the knee parameter to knee frequency, so that the parameter is more interpretable and can be more easily bounded to a frequency range of interest (#224). I've also...
I have a modified knee model that could be added as an option to the aperiodic funcs. The modification adds a constant to the aperiodic knee model to fit the...
This addresses a point in #193 - to increase the flexibility of aperiodic and periodic fit funcs by allowing custom functions and to expand the available functions. The fit funcs...
This addresses #192 and a point in #193. This would allow the datatype of `fm.peak_params_` to be converted to different datatypes (OrderedDict and pd.DataFrame), similar to how `df.to_dict()` works in...
The current knee model is slightly incorrect translation of an exponentially decaying ACF, the difference is visually subtle but lies in the the power at the nyquist, e.g. the ACF(1)...
Hi! Thanks for the package. I am initializing a fsaverage surface and displaying: vertex = cortex.Vertex(np.zeros(327684), "fsaverage") cortex.webgl.make_static(outpath='viewer', data=vertex) Then I have javascript that computes the a Float32Array client side,...