R/fslhd.R
checkout.Rd
This function determines if the determinants of the sform and qform have the same sign
checkout(hd)
(list) sforms from getForms
getForms
logical indicating if sform and qform consistent
if (have.fsl()){ mnifile = file.path(fsldir(), "data", "standard", "MNI152_T1_2mm.nii.gz") forms = getForms(mnifile) checkout(forms) } #> [1] TRUE