Closed bendichter closed 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 = ...
nwb.trials.electrode_group = ...
nevermind I just realized this is the electrodes table.
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 = ...