getForms {fslr} | R Documentation |
Get Q and S Forms of orientation matrix
Description
This function obtains the s and q forms of an image transformation matrix
Usage
getForms(file, verbose = FALSE, ...)
Arguments
file |
(character) filename of image to pass to header |
verbose |
(logical) passed to |
... |
options passed to |
Value
list with elements of sform and qform and their respective codes
Examples
if (have.fsl()){
mnifile = mni_fname("2")
getForms(mnifile)
}
[Package fslr version 2.25.3 Index]