mcflirt {fslr} | R Documentation |
FSL Motion Correction
Description
This function calls mcflirt
Usage
mcflirt(
file,
outfile = NULL,
retimg = TRUE,
reorient = FALSE,
intern = FALSE,
opts = "",
verbose = TRUE,
...
)
Arguments
file |
(character) image to be manipulated |
outfile |
(character) resultant image name (optional) |
retimg |
(logical) return image of class nifti |
reorient |
(logical) If |
intern |
(logical) to be passed to |
opts |
(character) operations to be passed to |
verbose |
(logical) print out command before running |
... |
additional arguments passed to |
Value
If retimg
then object of class nifti. Otherwise,
it will have additional attributes in the additional_files
field.
[Package fslr version 2.25.3 Index]