omni.pipelines.epi.stages#
Classes
|
Align affine epi to anat stage. |
|
Combine transforms stage. |
|
Distortion correction stage. |
- class omni.pipelines.epi.stages.AlignAffineEpiToAnatStage(path='epi_proc_0_align_affine_epi_to_anat', **kwargs)[source]#
Align affine epi to 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.epi.stages.CombineTransformsStage(path='epi_proc_2_combine_transforms', **kwargs)[source]#
Combine transforms 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.epi.stages.DistortionCorrectionStage(path='epi_proc_1_distortion_correction', **kwargs)[source]#
Distortion correction 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__: