pycartool.rois.RegionsOfInterest#

class pycartool.rois.RegionsOfInterest(names, groups_of_indexes, source_space=None, filename=None)[source]#

Container for regions of interest.

Parameters:
nameslist of str

The regions of interest names.

groups_of_indexeslist of list of int

The sources indices belonging to each region of interest.

source_spacepycartool.spi.SourceSpace

The source space associated to the regions of interest.

filenamestr or file-like

The Regions Of Interest file (.roi) from which the data has been extracted.

Attributes:
nameslist of str

The regions of interest names.

groups_of_indexeslist of list of int

The sources indices belonging to each region of interest.

source_spacepycartool.spi.SourceSpace

The source space associated to the regions of interest.

filenamestr or file-like

The Regions Of Interest file (.roi) from which the data has been extracted.