Skip to content

Commit 1596e54

Browse files
authored
Update neo/rawio/blackrockrawio.py
1 parent b31435f commit 1596e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neo/rawio/blackrockrawio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ def _parse_header(self):
607607
st_ann["unit_classification"] = "noise"
608608
else: # 17-254 are reserved
609609
st_ann["unit_classification"] = "reserved"
610+
st_ann['unit_tag'] = st_ann['unit_classification']
610611
st_ann["description"] = f"SpikeTrain channel_id: {channel_id}, unit_id: {unit_id}"
611612
st_ann["file_origin"] = self._filenames["nev"] + ".nev"
612613

0 commit comments

Comments
 (0)