SUNY Upstate Seal
The VAR-format contains a header followed by the data in binary format. The header consists of 4-bytes entries that characterize the data as follows:
  1. Number of dimensions: space+time
  2. Width in pixels (X)
  3. Height in pixels (Y)
  4. Depth in pixels (Z)
  5. Frames (N)
  6. Type of data (1, 2, 3 and 5 for 8-bit unsigned integer, 16-bit unsigned integer, 32-bit integer and 32-bit floating point number respectively)
  7. Frame rate in Hz
Next >