This function identifies the likely NIfTI format variant used by one or more
files on disk.
Usage
niftiVersion(file)
Value
A vector of integers, of the same length as file. Each
element will be 0 for ANALYZE format (the precursor to NIfTI-1), 1 for
NIfTI-1 (which is now most common), 2 for NIfTI-2, or -1 if the file
doesn't exist or doesn't look plausible in any of these formats.