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
betcommand.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
betcommand-line help for details on all arguments.