checkout: Determine of Q and S forms are consistent

View source: R/fslhd.R

checkoutR Documentation

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)

Arguments

hd

(list) sforms from getForms

Value

logical indicating if sform and qform consistent

Examples

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

fslr documentation built on Aug. 25, 2022, 5:07 p.m.