[Feature]: Add DynamicTable column with reference data #1251
Labels
category: enhancement
improvements of code or code behavior
priority: low
alternative solution already working and/or relevant to only specific user(s)
topic: PyNWB
Issues related to the use HDMF in PyNWB
What would you like to see added to HDMF?
In NeurodataWithoutBorders/pynwb#2055, a user was interested in using "virtual" electrodes that combine multiple existing electrodes in an electrodes table. This use case can be partially addressed by adding rows to the electrodes table for these "virtual" electrodes and adding a ragged column that lists the indices of the electrodes being combined into each "virtual" electrode. However, it would be even better if this additional column could be a column of references to the rows of the electrodes table being combined.
When I attempt to add a column of DynamicTableRegions with the following code, I get an error.
Returns:
What solution would you like?
Is there a workaround or way to define the column data type as object references?
Do you have any interest in helping implement the feature?
Yes.
The text was updated successfully, but these errors were encountered: