nifti.header.check {freesurferformats} | R Documentation |
Perform basic sanity checks on NIFTI header data. These are in no way meant to be exhaustive.
Description
Perform basic sanity checks on NIFTI header data. These are in no way meant to be exhaustive.
Usage
nifti.header.check(niiheader, nifti_version = 1L)
Arguments
niiheader |
named list, the NIFTI header. |
nifti_version |
integer, one of 1L or 2L. The NIFTI format version. |
Value
logical, whether the check was okay
[Package freesurferformats version 0.1.18 Index]