


lyngby_readvahdr4 - Reads the header information in a 4 dimensional VAPET file
function [siz, vdim, datatype,matrix] = lyngby_readvahdr4(file);
Input: file Filename
Output: siz Dimensions vector (number of voxels)
vdim Physical size of a voxel in cm's (header
entry * 0.10)
datatype String compatible with fread to read data,
e.g. 'uchar'
matrix Returns the 'matrix' field in the VAPET file
See also LYNGBY, LYNGBY_READ_HEADER, LYNGBY_READVAPETVOL.
$Id: lyngby_readvahdr4.m,v 1.2 2004/06/01 12:30:24 fnielsen Exp $