checkout: Determine of Q and S forms are consistent

Description Usage Arguments Value Examples

View source: R/fslhd.R

Description

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

Usage

1

Arguments

hd

(list) sforms from getForms

Value

logical indicating if sform and qform consistent

Examples

1
2
3
4
5
6
if (have.fsl()){
 mnifile = file.path(fsldir(), "data", "standard", 
   "MNI152_T1_2mm.nii.gz")
 forms = getForms(mnifile)
 checkout(forms)
} 

neuroconductor-devel-releases/fslr documentation built on May 6, 2020, 4:22 p.m.