cmp.bidsappmanager.pipelines.functional.eeg module

EEG pipeline UI Class definition.

class cmp.bidsappmanager.pipelines.functional.eeg.EEGPipelineUI(project_info)[source]

Bases: cmp.pipelines.functional.eeg.EEGPipeline

Class that extends the EEGPipeline with graphical components.

preprocessing

Button to open the window for configuration or quality inspection of the preprocessing stage depending on the view_mode

Type

traits.ui.Button

sourceimaging

Button to open the window for configuration or quality inspection of the source imaging stage depending on the view_mode

Type

traits.ui.Button

connectome

Button to open the window for configuration or quality inspection of the connectome stage depending on the view_mode

Type

traits.ui.Button

view_mode

Variable used to control the display of either (1) the configuration or (2) the quality inspection of stage of the pipeline

Type

[‘config_view’, ‘inspect_outputs_view’]

pipeline_group

Panel defining the layout of the buttons of the stages with corresponding images

Type

traitsUI panel

traits_view

QtView that includes the pipeline_group panel

Type

QtView