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 766f4eb commit 842beecCopy full SHA for 842beec
element_array_ephys/export/nwb/nwb.py
@@ -197,6 +197,7 @@ def create_units_table(
197
198
units_table = pynwb.misc.Units(name=name, description=desc)
199
# add additional columns to the units table
200
+ units_query = ephys.CuratedClustering.Unit() & session_key
201
for additional_attribute in ["cluster_quality_label", "spike_depths"]:
202
units_table.add_column(
203
name=units_query.heading.attributes[additional_attribute].name,
0 commit comments