The tables are input through a file, which uses the following format:
keyword X DX NX Y DY NY
X Y value
...
Blank lines and lines that begin with punctuation are ignored. There is one ``header'' line with the following entries:
The header line is followed by data lines that supply a value to the cells. The X,Y given in microns specifies the cell. A second access to a cell will simply overwrite the data value for that cell. Unwritten cells will have a zero value.
The function returns 1 on success, 0 otherwise with an error message available from the GetError function.
The function returns 1 on success, 0 otherwise, with a message available from GetError.
array[0] | origin x in microns |
array[1] | x spacing in microns |
array[2] | row size |
array[3] | origin y in microns |
array[4] | y spacing in microns |
array[5] | column size |