fsl.wrappers.first
This module contains wrapper functions for the FSL FIRST commands, for subcortical segmentation.
- fsl.wrappers.first.first(input, outputName, inputModel, flirtMatrix, **kwargs)[source]
Wrapper function for the FSL
first
command.
- fsl.wrappers.first.first_flirt(input, output, **kwargs)[source]
Wrapper function for the FSL
first_flirt
command.
- fsl.wrappers.first.run_first(input, input_to_mni, n_modes, output_basename, model_name, **kwargs)[source]
Wrapper for the FSL
run_first
command.
- fsl.wrappers.first.run_first_all(input, output, **kwargs)[source]
Wrapper for the FSL
run_first_all
command. Usethree=True
to apply the-3
argument.