Learn R Programming

fslr (version 2.25.3)

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, ...)

Value

list with elements of sform and qform and their respective codes

Arguments

file

(character) filename of image to pass to header

verbose

(logical) passed to fslhd

...

options passed to checkimg

Examples

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

Run the code above in your browser using DataLab