Add utility to load fooof output files (json)
TomDonoghue opened this issue · 2 comments
TomDonoghue commented
How well does Matlab play with json / jsonlines?
Assuming it's reasonably well, a useful utility could be to add a Matlab function that loads the json output results files that come from FOOOF, so you can load FOOOF results easily and directly into Matlab, if one so desires.
TomDonoghue commented
load_fooof_results function added to matlab_wrapper.
TomDonoghue commented
Addendum: this function moved to:
/mat_py_mat/utils/load_fooof_results.m
^It's not really relevant to using the wrapping, but is useful if doing the Mat->Py->Mat workflow.