|
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:
-
Number of dimensions: space+time
-
Width in pixels (X)
-
Height in pixels (Y)
-
Depth in pixels (Z)
-
Frames (N)
-
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)
-
Frame rate in Hz
|