fsl.scripts.immv

This module defines the immv application, for moving NIFTI image files.

The main() function is essentially a wrapper around the fsl.utils.imcp.immv() function - see its documentation for more details.

fsl.scripts.immv.immv(*paths)[source]

Calls the fsl.utils.imcp.immv() function on each input. The last argument is assumed to be the destination.

fsl.scripts.immv.main(argv=None)[source]

Parses CLI arguments (see the usage string), and moves image files accordingly.