Closed
Description
What would you like to see added to MatNWB?
- A default set of chunking options that can be customised for individual NWB types
- Utility function for applying the default chunking options to an NWB file
Should not apply default chunking options to datasets where chunking options are set manually by the user.
@bendichter Please add more details
Is your feature request related to a problem?
No response
What solution would you like?
chunkConfig = nwbGetChunkConfiguration()
nwbObj = NwbFile(...)
nwbObj.applyChunkConfig(chunkConfig)
% Alternatively
nwbexport(nwbObj, "ChunkConfiguration", chunkConfig)
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
- I agree to follow this project's Code of Conduct
- Have you ensured this change was not already requested?