The second column is easy, just take the binary data starting with byte position 44 and cast it as big endian SGL array. (You can just read the rest of the file, or read the actual number of points (=1129) at position 42 as U16)
The first colum is defined by an offset and increment. The two are located at position 24 (lenght 16) as big-endian DBL.
Attached is a quick try to read it, but since this is a proprietary format the offset might change or be defined by earlier bits. There is no way to be sure. You should contact the creator of the lab reader software for details on the file format.
Message Edited by altenbach on 10-09-2005 12:04 AM