Electrodes table and frequency bands table should be their own types #336
Labels
category: enhancement
improvements of code or code behavior
priority: medium
non-critical problem and/or affecting only a small set of NWB users
The "electrodes" table in
NWBFile
and the "bands" table inDecompositionSeries
inherit fromDynamicTable
and add required datasets (columns) to them, but they themselves are not their own types. This makes validation problematic both at runtime and for the IO object.Proposal: add a
neurodata_type_def
to these tables:Electrodes
andFrequencyBands
See NeurodataWithoutBorders/pynwb#1115
The text was updated successfully, but these errors were encountered: