fsl.scripts.imcp

This module defines the imcp application, for copying NIFTI image files.

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

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

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

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

Parses CLI arguments (see the usage string), and copies the source files to the destination.