Learn R Programming

fslr (version 2.25.3)

checkout: Determine of Q and S forms are consistent

Description

This function determines if the determinants of the sform and qform have the same sign

Usage

checkout(hd)

Value

logical indicating if sform and qform consistent

Arguments

hd

(list) sforms from getForms

Examples

Run this code
if (have.fsl()){
 mnifile = file.path(fsldir(), "data", "standard", 
   "MNI152_T1_2mm.nii.gz")
 forms = getForms(mnifile)
 checkout(forms)
} 

Run the code above in your browser using DataLab