We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c54203 commit 0d92ebaCopy full SHA for 0d92eba
neo/rawio/blackrockrawio.py
@@ -600,7 +600,7 @@ def _parse_header(self):
600
idx = list(nsx_header["electrode_id"]).index(chan_id)
601
values.append(nsx_header[key][idx])
602
values = np.array(values)
603
- sig_ann["_array_annotations__"][key] = values
+ sig_ann["__array_annotations__"][key] = values
604
605
for c in range(spike_channels.size):
606
st_ann = seg_ann["spikes"][c]
0 commit comments