pynwb.legacy package
Subpackages
- pynwb.legacy.io package
- Submodules
- pynwb.legacy.io.base module
- pynwb.legacy.io.behavior module
- pynwb.legacy.io.ecephys module
- pynwb.legacy.io.epoch module
- pynwb.legacy.io.file module
- pynwb.legacy.io.icephys module
- pynwb.legacy.io.image module
- pynwb.legacy.io.misc module
- pynwb.legacy.io.ogen module
- pynwb.legacy.io.ophys module
- pynwb.legacy.io.retinotopy module
- Module contents
- Submodules
Submodules
Module contents
- pynwb.legacy.get_type_map(**kwargs)[source]
Get a TypeMap to use for I/O for Allen Institute Brain Observatory files (NWB v1.0.6)
- pynwb.legacy.register_map(container_cls, mapper_cls=None)[source]
- Register an ObjectMapper to use for a Container class type
If mapper_cls is not specified, returns a decorator for registering an ObjectMapper class as the mapper for container_cls. If mapper_cls specified, register the class as the mapper for container_cls