pycartool.rois.RegionsOfInterest๐
- class pycartool.rois.RegionsOfInterest(names, groups_of_indexes, source_space=None, filename=None)๐
Container for regions of interest.
- Parameters:
- names
listofstr The regions of interest names.
- groups_of_indexes
listoflistofint The sources indices belonging to each region of interest.
- source_space
pycartool.spi.SourceSpace The source space associated to the regions of interest.
- filename
stror file-like The Regions Of Interest file (
.roi) from which the data has been extracted.
- names
Attributes
names
groups_of_indexes
(
listoflistofint) The sources indices belonging to each region of interest.source_space
(pycartool.spi.SourceSpace) The source space associated to the regions of interest.
filename
(str or file-like) The Regions Of Interest file (
.roi) from which the data has been extracted.