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.
2 parents ab821e7 + 56b72dd commit 3471305Copy full SHA for 3471305
neo/rawio/blackrockrawio.py
@@ -607,7 +607,7 @@ def _parse_header(self):
607
st_ann["unit_classification"] = "noise"
608
else: # 17-254 are reserved
609
st_ann["unit_classification"] = "reserved"
610
- st_ann['unit_tag'] = st_ann['unit_classification']
+ st_ann["unit_tag"] = st_ann["unit_classification"]
611
st_ann["description"] = f"SpikeTrain channel_id: {channel_id}, unit_id: {unit_id}"
612
st_ann["file_origin"] = self._filenames["nev"] + ".nev"
613
0 commit comments