checkout {fslr} | R 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 |
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)
}
[Package fslr version 2.25.3 Index]