NeurodataWithoutBorders / matnwb

A Matlab interface for reading and writing NWB files
BSD 2-Clause "Simplified" License
49 stars 32 forks source link

tutorials/convertTrials not using new syntax #112

Closed bendichter closed 5 years ago

bendichter commented 5 years ago

https://github.com/NeurodataWithoutBorders/matnwb/blob/cd89be0f5741bfc095babecc1ec36718ff7c60df/tutorials/convertTrials.m#L203-L223

1) Some of the column names are wrong. For instance, 'group' should be 'electrode_group'. 2) This isn't using the new syntax for default column names: nwb.trials.electrode_group = ...

bendichter commented 5 years ago

nevermind I just realized this is the electrodes table.