cmp.bidsappmanager.stages.diffusion.diffusion module

Definition of diffusion reconstruction and tracking config and stage UI classes.

class cmp.bidsappmanager.stages.diffusion.diffusion.DiffusionConfigUI[source]

Bases: cmp.stages.diffusion.diffusion.DiffusionConfig

Class that extends the DiffusionConfig with graphical components.

It includes the graphical components defining the configuration of the diffusion reconstruction and tractography sub-stages.

traits_view

TraitsUI view that displays the Diffusion Stage Parameter Attributes of this class

Type

traits.ui.View

class cmp.bidsappmanager.stages.diffusion.diffusion.DiffusionStageUI(bids_dir, output_dir)[source]

Bases: cmp.stages.diffusion.diffusion.DiffusionStage

Class that extends the DiffusionStage with graphical components.

inspect_output_button

Button that displays the selected output in an appropriate viewer (present only in the window for quality inspection)

Type

traits.ui.Button

inspect_outputs_view

TraitsUI view that displays the quality inspection window of this stage

Type

traits.ui.View

config_view

TraitsUI view that displays the configuration window of this stage

Type

traits.ui.View