Skip to content

Read capability for NWB 1.x #115

@ajtritt

Description

@ajtritt

Starting a list of items that will be needed to support reading of NWB 1.x files.

  • Extend TypeMap to override the get_cls method. This is needed to determine the neurodata_type for GroupBuilders that don't have 2.x neurodata_type and namespace attributes.
  • Create ObjectMappers for the TimeSeries and Interfaces from 1.x. These ObjectMappers should be registered with the TypeMap extension using register_map
  • The TypeMap extension, once instantiated, will need to register the neurodata_types from the global TypeMap. Once this is complete, it can be used to create a BuildManager, which can be passed into HDF5IO.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions