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 or GroupSpec) – The specification for mapping objects to builders

carg_imaging_plane(*args)[source]
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 or GroupSpec) – The specification for mapping objects to builders

carg_data(*args)[source]
carg_unit(*args)[source]
carg_imaging_plane(*args)[source]
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 = {}