What would you like to see added to PyNWB?
In my experience, the vast majority of users who create an ElectricalSeries or RoiResponseSeries want to reference all the electrodes or all the ROIs. Creating a DynamicTableRegion is a conceptual and technical hurdle. I think it would be easier for users if we allow them to pass the Electrodes table object to ElectricalSeries, in which case we create a DynamicTableRegion that references all the electrodes under the hood. Users should still be able to pass a DynamicTableRegion if they want to use a subset of the electrodes.
Downside: this may cause some confusion when people are navigating the file and encounter a DynamicTableRegion.
Thoughts? @bendichter ?
Is your feature request related to a problem?
No response
What solution would you like?
Shortcut that avoids the user having to create and link a DynamicTableRegion to create an ElectricalSeries or RoiResponseSeries.
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
What would you like to see added to PyNWB?
In my experience, the vast majority of users who create an
ElectricalSeriesorRoiResponseSerieswant to reference all the electrodes or all the ROIs. Creating aDynamicTableRegionis a conceptual and technical hurdle. I think it would be easier for users if we allow them to pass the Electrodes table object toElectricalSeries, in which case we create aDynamicTableRegionthat references all the electrodes under the hood. Users should still be able to pass aDynamicTableRegionif they want to use a subset of the electrodes.Downside: this may cause some confusion when people are navigating the file and encounter a
DynamicTableRegion.Thoughts? @bendichter ?
Is your feature request related to a problem?
No response
What solution would you like?
Shortcut that avoids the user having to create and link a DynamicTableRegion to create an ElectricalSeries or RoiResponseSeries.
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct