fsl.scripts.imln

This module defines the imln application, for creating sym-links to NIFTI image files.

Note

When creating links to relative paths, ln requires that the path is relative to the link location, rather than the invocation location. This is not currently supported by imln, and possibly never will be.

fsl.scripts.imln.exts = ['.nii.gz', '.nii', '.img', '.hdr', '.img.gz', '.hdr.gz', '.mnc', '.mnc.gz']

List of file extensions that are supported by imtest.

fsl.scripts.imln.groups = [('.hdr', '.img'), ('.hdr.gz', '.img.gz')]

List of known image file groups (image/header file pairs).

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

imln - create sym-links to images.