schnitzer-lab / nwbpkg

Repository for NWB standards and converting imaging data to NWB format.
MIT License
0 stars 0 forks source link

implement compression #3

Closed bendichter closed 4 years ago

bendichter commented 4 years ago

Use the new DataPipe object to write data with compression. This requires you to write the data pipe without data, load the file back in, and append to it with the append method. See the test here

bendichter commented 4 years ago

See this open issue for the plan for an improved workflow

bahanonu commented 4 years ago

https://github.com/NeurodataWithoutBorders/matnwb/issues/184.