Skip to content

Commit 2526812

Browse files
bendichterkabilar
andauthored
Update element_array_ephys/export/nwb/nwb.py
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
1 parent 15044cf commit 2526812

File tree

1 file changed

+1
-0
lines changed
  • element_array_ephys/export/nwb

1 file changed

+1
-0
lines changed

element_array_ephys/export/nwb/nwb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def create_units_table(
196196
mapping = get_electrodes_mapping(nwbfile.electrodes)
197197

198198
units_table = pynwb.misc.Units(name=name, description=desc)
199+
# add additional columns to the units table
199200
for additional_attribute in ["cluster_quality_label", "spike_depths"]:
200201
units_table.add_column(
201202
name=units_query.heading.attributes[additional_attribute].name,

0 commit comments

Comments
 (0)