petersenpeter / CellExplorer

CellExplorer is a graphical user interface, a standardized processing module and data structure for exploring and classifying single cells acquired using extracellular electrodes.

Home Page:https://cellexplorer.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saving cellMetrics to nwb

PatrickHonma opened this issue · comments

Hi Peter,

Thank you for this awesome tool; it's working great so far!

When trying to save my cellMetrics to nwb with saveCellMetrics2nwb, I encounter this error:
Unrecognized function or variable 'generateExtension'.

I can't seem to find this function in the repo or embedded in saveCellMetrics2nwb.

Thanks,
Patrick

Hi Patrick

I believe you are missing the matnwb toolset:
https://github.com/NeurodataWithoutBorders/matnwb

Add it to your Matlab path, try to save to nwb again, and then let me know if you experience further issues.

/ Peter

That did the trick. Thank you, Peter!

Great Patrick.

I added the dependency/requirement of the matnwb toolset to the nwb tutorials.