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 b31435f commit 1596e54Copy full SHA for 1596e54
neo/rawio/blackrockrawio.py
@@ -607,6 +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']
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