pynwb.legacy.io.base module¶
- class pynwb.legacy.io.base.ModuleMap(spec)[source]¶
Bases:
ObjectMapperLegacy
Create a map from AbstractContainer attributes to specifications
- Parameters:
spec (
DatasetSpec
orGroupSpec
) – The specification for mapping objects to builders
- constructor_args = {'description': <function ModuleMap.carg_description>, 'name': <function ModuleMap.name>, 'source': <function ObjectMapperLegacy.source_gettr>}¶
- obj_attrs = {}¶
- class pynwb.legacy.io.base.TimeSeriesMap(spec)[source]¶
Bases:
ObjectMapperLegacy
Create a map from AbstractContainer attributes to specifications
- Parameters:
spec (
DatasetSpec
orGroupSpec
) – The specification for mapping objects to builders
- constructor_args = {'name': <function TimeSeriesMap.carg_name>, 'rate': <function TimeSeriesMap.carg_rate>, 'source': <function ObjectMapperLegacy.source_gettr>, 'starting_time': <function TimeSeriesMap.carg_starting_time>}¶
- obj_attrs = {}¶