| Item |
Description | Type |
Size |
| 1 |
Magic number. A value to identify the file type.
The value is set to 129. |
char | 1 byte |
| 2 | The version
number of the file. The version number is set to 1. |
char |
1 byte |
| 3 | The number of
columns of features on the array. | int |
4 bytes |
| 4 | The number of
rows of features on the array. | int |
4 bytes |
| 5 | The number of
B2 probes on the array. | int |
4 bytes |
| 6 | The number of
B1 probes on the array. | int |
4 bytes |
| 7 | The number of
non-synthesized features on the array. |
int |
4 bytes |
| 8 | The X/Y
coordinates of the B2 probes on the array. |
Array of X (unsigned short), Y (unsigned short) |
(2 bytes + 2 bytes) * #B2 probes. |
| 9 | The X/Y
coordinates of the B1 probes on the array. |
Array of X (unsigned short), Y (unsigned short) |
(2 bytes + 2 bytes) * #B1 probes. |
| 10 | The X/Y
coordinates of the non-synthesized probes on the array. |
Array of X (unsigned short), Y (unsigned short) |
(2 bytes + 2 bytes) * #non-synthesized features. |