Learn R Programming

fslr (version 2.24.1)

getForms: 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 fslhd

...

options passed to checkimg

Value

list with elements of sform and qform and their respective codes

Examples

Run this code
# NOT RUN {
if (have.fsl()){
 mnifile = mni_fname("2")
 getForms(mnifile)
}   
# }

Run the code above in your browser using DataLab