cmp.bidsappmanager.gui.qc module

Connectome Mapper Output Quality Inspector Window.

class cmp.bidsappmanager.gui.qc.QualityInspectorWindow(project_info=None, anat_inputs_checked=False, dmri_inputs_checked=False, fmri_inputs_checked=False)[source]

Bases: traits.has_traits.HasTraits

Class that defines the Quality Inspector Window.

project_info

Instance of CMP_Project_Info that represents the processing project

Type

cmp.project.ProjectInfo

anat_pipeline

Instance of anatomical MRI pipeline

Type

Instance(HasTraits)

dmri_pipeline

Instance of diffusion MRI pipeline

Type

Instance(HasTraits)

fmri_pipeline

Instance of functional MRI pipeline

Type

Instance(HasTraits)

anat_inputs_checked

Indicates if inputs of anatomical pipeline are available (Default: False)

Type

traits.Bool

dmri_inputs_checked

Indicates if inputs of diffusion pipeline are available (Default: False)

Type

traits.Bool

fmri_inputs_checked

Indicates if inputs of functional pipeline are available (Default: False)

Type

traits.Bool

output_anat_available

Indicates if outputs of anatomical pipeline are available (Default: False)

Type

traits.Bool

output_dmri_available

Indicates if outputs of diffusion pipeline are available (Default: False)

Type

traits.Bool

output_fmri_available

Indicates if outputs of functional pipeline are available (Default: False)

Type

traits.Bool

traits_view

TraitsUI QtView that describes the content of the window

Type

QtView

select_subject()[source]

Function to select the subject and session for which to inspect outputs.

update_diffusion_imaging_model(new)[source]

Function called when diffusion_imaging_model is updated.