NeurodataWithoutBorders / matnwb

A Matlab interface for reading and writing NWB files
BSD 2-Clause "Simplified" License
50 stars 32 forks source link

How to append a new dataset to a file #109

Closed elaidad57 closed 4 years ago

elaidad57 commented 5 years ago

PyNWB has an input to the read function that that specifies wether you want to read the file with the intentions of appending when writing, as opposed to overwriting. Does such a functionality exist in matnwb?

Thanks!

lawrence-mbf commented 5 years ago

Not at the moment, unfortunately. Direct interface with the actual file is limited to reading and (over)writing only (for now). However, the lower level HDF5 calls DO exist in MATLAB.