fsl.wrappers.flirt¶
This module provides wrapper functions for the FSL FLIRT tool, and other related tools.
flirt |
Wrapper for the flirt command. |
applyxfm |
Convenience function which runs flirt -applyxfm .... |
invxfm |
Use convert_xfm to invert an affine. |
concatxfm |
Use convert_xfm to concatenate two affines. |
mcflirt |
Wrapper for the mcflirt command. |
-
fsl.wrappers.flirt.flirt(src, ref, **kwargs)[source]¶ Wrapper for the
flirtcommand.The
twodargument may be used in place of the2Dcommand line option.
-
fsl.wrappers.flirt.applyxfm(src, ref, mat, out, interp='spline', **kwargs)[source]¶ Convenience function which runs
flirt -applyxfm ....