Binary FormatsSome programs may save data as a pure binary array with no header. For this format, Datasqueeze assumes that the data consist of a square array of 2-byte pixels. Since there are two ways the bytes may be arranged, Datasqueeze assumes that most of the data points are non-negative and that there are more points with relatively small values than relatively large values. To determine the correct format you may have to try both "Binary-little-endian" and "Binary-big-endian". |