omni.pipelines.anat.stages#
Classes
|
Align anat stage. |
|
Align atlas stage. |
|
Brain extraction stage. |
|
Debias stage. |
|
Deoblique anat stage. |
|
Weight mask and autobox stage. |
- class omni.pipelines.anat.stages.AlignAnatStage(path: str = 'anat_proc_2_align_anat', **kwargs)[source]#
Align anat stage.
- Attributes:
argsA dictionary of only the provided input arguments to the stage on construction.
hash_outputLocation of hash files for the stage.
input_argsA dictionary of all input arguments to the stage.
inputsInputs argument names for the stage.
outputsOutput arguments names for the stage.
resultsA dictionary of the output return values for the stage.
stateA flag that specifies whether the current stage has been run (The callable has been executed).
Methods
__init__:
- class omni.pipelines.anat.stages.AlignAtlasStage(path: str = 'anat_proc_4_align_atlas', **kwargs)[source]#
Align atlas stage.
- Attributes:
argsA dictionary of only the provided input arguments to the stage on construction.
hash_outputLocation of hash files for the stage.
input_argsA dictionary of all input arguments to the stage.
inputsInputs argument names for the stage.
outputsOutput arguments names for the stage.
resultsA dictionary of the output return values for the stage.
stateA flag that specifies whether the current stage has been run (The callable has been executed).
Methods
__init__:
- class omni.pipelines.anat.stages.BrainExtractionStage(path: str = 'anat_proc_3_brain_extraction', **kwargs)[source]#
Brain extraction stage.
- Attributes:
argsA dictionary of only the provided input arguments to the stage on construction.
hash_outputLocation of hash files for the stage.
input_argsA dictionary of all input arguments to the stage.
inputsInputs argument names for the stage.
outputsOutput arguments names for the stage.
resultsA dictionary of the output return values for the stage.
stateA flag that specifies whether the current stage has been run (The callable has been executed).
Methods
__init__:
- class omni.pipelines.anat.stages.DebiasStage(path: str = 'anat_proc_1_debias', **kwargs)[source]#
Debias stage.
- Attributes:
argsA dictionary of only the provided input arguments to the stage on construction.
hash_outputLocation of hash files for the stage.
input_argsA dictionary of all input arguments to the stage.
inputsInputs argument names for the stage.
outputsOutput arguments names for the stage.
resultsA dictionary of the output return values for the stage.
stateA flag that specifies whether the current stage has been run (The callable has been executed).
Methods
__init__:
- class omni.pipelines.anat.stages.DeobliqueAnatStage(path: str = 'anat_proc_0_deoblique_anat', **kwargs)[source]#
Deoblique anat stage.
- Attributes:
argsA dictionary of only the provided input arguments to the stage on construction.
hash_outputLocation of hash files for the stage.
input_argsA dictionary of all input arguments to the stage.
inputsInputs argument names for the stage.
outputsOutput arguments names for the stage.
resultsA dictionary of the output return values for the stage.
stateA flag that specifies whether the current stage has been run (The callable has been executed).
Methods
__init__:
- class omni.pipelines.anat.stages.WeightMaskAndAutoboxStage(path: str = 'anat_proc_5_weight_mask_and_autobox', **kwargs)[source]#
Weight mask and autobox stage.
- Attributes:
argsA dictionary of only the provided input arguments to the stage on construction.
hash_outputLocation of hash files for the stage.
input_argsA dictionary of all input arguments to the stage.
inputsInputs argument names for the stage.
outputsOutput arguments names for the stage.
resultsA dictionary of the output return values for the stage.
stateA flag that specifies whether the current stage has been run (The callable has been executed).
Methods
__init__: