Skip to content

[Feature]: Add default and customizable configuration for dataset chunking #635

Closed
@ehennestad

Description

@ehennestad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    category: enhancementimprovements of code or code behaviorpriority: highimpacts proper operation or use of feature important to most usersstatus: todosomething needs to be donetopic: nwb-filerelates to how an exported nwb file is structured

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions