fsl.scripts.imrm

This module defines the imrm application, for removing NIFTI image files.

fsl.scripts.imrm.ALLOWED_EXTENSIONS = ['.nii.gz', '.nii', '.img', '.hdr', '.img.gz', '.hdr.gz', '.mnc', '.mnc.gz']

List of file extensions that are removed by imrm.

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

Removes all images which are specified on the command line.