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 15044cf commit 2526812Copy full SHA for 2526812
element_array_ephys/export/nwb/nwb.py
@@ -196,6 +196,7 @@ def create_units_table(
196
mapping = get_electrodes_mapping(nwbfile.electrodes)
197
198
units_table = pynwb.misc.Units(name=name, description=desc)
199
+ # add additional columns to the units table
200
for additional_attribute in ["cluster_quality_label", "spike_depths"]:
201
units_table.add_column(
202
name=units_query.heading.attributes[additional_attribute].name,
0 commit comments