pynwb.legacy.io.ophys module
- class pynwb.legacy.io.ophys.PlaneSegmentationMap(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 = {'imaging_plane': <function PlaneSegmentationMap.carg_imaging_plane>, 'name': <function ObjectMapper.get_container_name>, 'source': <function ObjectMapperLegacy.source_gettr>}
- obj_attrs = {}
- class pynwb.legacy.io.ophys.TwoPhotonSeriesMap(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 = {'data': <function TwoPhotonSeriesMap.carg_data>, 'imaging_plane': <function TwoPhotonSeriesMap.carg_imaging_plane>, 'name': <function ObjectMapper.get_container_name>, 'source': <function ObjectMapperLegacy.source_gettr>, 'unit': <function TwoPhotonSeriesMap.carg_unit>}
- obj_attrs = {}