omni.pipelines.func.stages#
Classes
|
Autobox and normalize stage. |
|
Brain extraction stage. |
|
Create reference and moco stage. |
|
Debias stage. |
|
Deoblique func stage. |
- class omni.pipelines.func.stages.AutoboxAndNormalizeStage(path='func_proc_4_autobox_and_normalize', **kwargs)[source]#
Autobox and normalize 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.func.stages.BrainExtractionStage(path='func_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.func.stages.CreateReferenceAndMocoStage(path='func_proc_1_create_reference_and_moco', **kwargs)[source]#
Create reference and moco 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.func.stages.DebiasStage(path='func_proc_2_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.func.stages.DeobliqueFuncStage(path='func_proc_0_deoblique_func', **kwargs)[source]#
Deoblique func 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__: