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.main(argv=None)[source]
Parses CLI arguments (see the usage string), and calls the
fsl.utils.imcp.imcp()
function on each input.