Hi!
I'm considering adding an additional backend exdir. Which should be one to one compatible with HDF5, so hopefully not to much work. I have spoken briefly about it with the NWB presenter at SfN 2017.
One issue, or question that comes up is how you determine attributes vs datasets. For example, session_description, sesison_start_time and file_create_date are stored as datasets, however, (file) source is an attribute. In my opinion all these are attributes.
So, when adding a new backend, is it possible to chose what should be stored as datasets and attributes, or is this "set in stone"?
Hi!
I'm considering adding an additional backend exdir. Which should be one to one compatible with HDF5, so hopefully not to much work. I have spoken briefly about it with the NWB presenter at SfN 2017.
One issue, or question that comes up is how you determine attributes vs datasets. For example,
session_description,sesison_start_timeandfile_create_dateare stored as datasets, however, (file)sourceis an attribute. In my opinion all these are attributes.So, when adding a new backend, is it possible to chose what should be stored as datasets and attributes, or is this "set in stone"?