fsl.wrappers.bet
¶
This module provides the bet()
function, a wrapper for the FSL
BET command.
-
fsl.wrappers.bet.
bet
(input, output, **kwargs)[source]¶ Wrapper for the
bet
command.Parameters: - mask – Generate a brain mask
- seg – If
False
, a brain extracted image is not generated. - robust – Robust brain centre estimation
- fracintensity – Fractional intensity threshold
Refer to the
bet
command-line help for details on all arguments.