Ryan Hammonds

Results 22 comments of Ryan Hammonds

I pushed an update fixing the `plot_t1w_with_segs`. It looks like we needed a nested loop to accomplish this. I ended splitting out a sub function (`_add_overlay`) that has the slice...

@TomDonoghue everything should be complete here (after review + merge), except the flexible fit func (#194) PR and the final naming changes.

@voytek This is the issue that can be used for the changelog and progress report.

@TomDonoghue, do you think this is a good idea to pursue further?

This has been extended so `fm.get_results().to_pandas()` and `fm.get_results().to_dict()` works. It looks a bit nicer as: ``` results = fm.get_results() df = results.to_pandas() ``` This maintains backwards compatibility so `fm.get_results()` still...

The tests can be fixed. I was working up to the group level and that was the next step here. This idea would have worked fine at the individual and...

Sounds good! Once #205 is ready, I'll resolve conflicts and rebase.

I have been using this model and wanted to make sure the knee / timescale I was getting wasn't incorrect since the knee location can visually appear to drift far...

@matteuler, you may get this feature early via cloning, checking out the `df` branch, and running `pip install -e .` from within the cloned directory. Otherwise, as @danieltomasz mentioned, you...

Hi @kkauraiims, I think you need to activate the anaconda3 environment first, before installing fooof from conda forge: ``` $ conda activate anaconda3 $ conda install -c conda-forge fooof ```