| identifyImageFileNames | R Documentation |
This function identifies characteristics of an image on disk, including
associated auxiliary files. Its functionality has essentially been
superseded by methods of the ImageFileSet class, but
it remains as an alternative interface to that functionality for backwards
compatibility.
identifyImageFileNames(fileName, errorIfMissing = TRUE,
auxiliaries = c("dirs", "lut", "tags"), ...)
fileName |
A character vector of image paths. |
errorIfMissing |
Logical value: raise an error if no suitable files were found? |
auxiliaries |
A character vector of auxiliary file suffixes to search for. |
... |
Additional arguments to |
A list with the following elements, describing the identified files:
The file name without extension.
The full header file name.
The full image file name.
The full path to any auxiliary files.
The basic format of the files ("Nifti",
"Analyze", etc.).
The file suffix associated with the header file.
The file suffix associated with the image file.
The file suffixes associated with any auxiliary files.
Jon Clayden
Please cite the following reference when using TractoR in your work:
J.D. Clayden, S. Muñoz Maniega, A.J. Storkey, M.D. King, M.E. Bastin & C.A. Clark (2011). TractoR: Magnetic resonance imaging and tractography with R. Journal of Statistical Software 44(8):1-18. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v044.i08")}.
imageFiles, resolvePath
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.