fsl.wrappers.fslio
This module provides wrapper functions for the FSL im* scripts.
These scripts are actually implemented within fslpy, so the wrapper functions invoke the relevant code directly, rather than invoking a separate process.
- fsl.wrappers.fslio.imglob(*images, extension=False, extensions=False)[source]
Wrapper for the
imglobscript. Returns the result in a list.
- fsl.wrappers.fslio.imtest(path)[source]
Wrapper for the
imcpscript. ReturnsTrueif the given path exists,Falseotherwise.