cmp.bidsappmanager.stages.diffusion.reconstruction module

Definition of diffusion reconstruction config UI classes.

class cmp.bidsappmanager.stages.diffusion.reconstruction.Dipy_recon_configUI[source]

Bases: cmp.stages.diffusion.reconstruction.Dipy_recon_config

Class that extends the Dipy_recon_config with graphical components.

flip_table_axis

List of axis to flip in the gradient table. Valid values are ‘x’, ‘y’, ‘z’

Type

list of string

traits_view

TraitsUI view that displays the attributes of this class, e.g. the parameters for diffusion reconstruction using Dipy

Type

traits.ui.View

class cmp.bidsappmanager.stages.diffusion.reconstruction.MRtrix_recon_configUI[source]

Bases: cmp.stages.diffusion.reconstruction.MRtrix_recon_config

Class that extends the MRtrix_recon_config with graphical components.

flip_table_axis

List of axis to flip in the gradient table. Valid values are ‘x’, ‘y’, ‘z’

Type

list of string

traits_view

TraitsUI view that displays the attributes of this class, e.g. the parameters for diffusion reconstruction using MRtrix

Type

traits.ui.View