I'm trying to save our neo blocks in NWB format using NWBIO. Overall the method seems to work well but our custom annotations neuron_pop:
annotations: {'nix_name': 'neo.spiketrain.8b2210655fbe4c1ea199aa9b975baac0', 'neuron_pop': 'SOM2'}
They are wiped out during save:
annotations: {'nwb_group': 'acquisition'}
I tried working around that with groups but groups are not saved when using NWBIO.
Is there a way to retain annotations when saving with NWBIO?
Don