cmp.bidsappmanager.gui.principal module

Connectome Mapper Main Window.

class cmp.bidsappmanager.gui.principal.MainWindow[source]

Bases: traits.has_traits.HasTraits

Class that defines the Main window of the Connectome Mapper 3 GUI.

project_info

Instance of CMP_Project_InfoUI that represents the processing project

Type

cmp.bidsappmanager.project.ProjectInfoUI

anat_pipeline

Instance of anatomical MRI pipeline UI

Type

Instance(HasTraits)

dmri_pipeline

Instance of diffusion MRI pipeline UI

Type

Instance(HasTraits)

fmri_pipeline

Instance of functional MRI pipeline UI

Type

Instance(HasTraits)

configurator_ui

Instance of PipelineConfiguratorWindow

Type

PipelineConfiguratorWindow

bidsapp_ui

Instance of BIDSAppInterfaceWindow

Type

BIDSAppInterfaceWindow

quality_control_ui

Instance of QualityInspectorWindow

Type

QualityInspectorWindow

load_dataset

TraitsUI Action to load a BIDS dataset

Type

traits.ui.Action

bidsapp

Button that displays the BIDS App Interface window

Type

traits.ui.Button

configurator

Button thats displays the pipeline Configurator window

Type

traits.ui.Button

quality_control

Button that displays the pipeline Quality Control / Inspector window

Type

traits.ui.Button

manager_group

TraitsUI View that describes the content of the main window

Type

traits.ui.View

traits_view

TraitsUI QtView that includes manager_group and parameterize the window with menu

Type

QtView

load_dataset

An action on a menu bar in a Traits UI window or panel.

view_mode = 1