-
Summarized from a conversation I had with a user on Slack: User: I want to add information to the NWB electrodes table after the file has already been generated. Ryan: Do you want to add columns or modify data in existing columns? User: Since the electrodes table requires a Ryan: To change the value of the User: Right that part was clear. The alteration of location column was the tough part Ryan: That will cause a problem because, by default, tables are not expandable in that dimension. We are working on changing that default behavior but that feature is not available yet. So you will have to create a new electrodes table, replace the old one, and export the modified in-memory NWB file to a new file path. User: There seems to be an Ryan: Yes, but once the datasets are written, they keep a fixed size. Using For more information, see this PyNWB tutorial on editing NWB files. https://pynwb.readthedocs.io/en/latest/tutorials/advanced_io/plot_editing.html#sphx-glr-tutorials-advanced-io-plot-editing-py |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Related: How to add rows and columns to an already written cc @rcpeene |
Beta Was this translation helpful? Give feedback.
Related: How to add rows and columns to an already written
DynamicTable
(without export) NeurodataWithoutBorders/pynwb#1933cc @rcpeene