DAS
3.1.6 - 18/09/2017
|
The data of solar diffused radiation measured by the spectrometer are stored in ASCII or Binary files.
The choice can be done setting the "Saving Mode" in the Options - Page 1.
During the developing and testing phase of the DAS the data were stored mainly in ASCII format, only after the installation of the equipment when the data acquisition became regular, the great amount of data suggested the switch to the binary saving mode.
In fact, each data file has a variable size, mainly due to the parameter that set the vertical binning of the CCD sensor (vb).
For ASCII files that means (256/vb) x 1054 * 2 bytes plus the spaces before and after each value for each spectrum stored).
In addition for each spectrum the ASCII Header with a fixed size of 166 bytes is stored. Fixing the vb to a value of 32, each file (containing 50 measured spectra) has a dimension of:
(256 / 32 * 1054 * 6 + 172) * 50 = 2478 KB.
In Binary mode the size of the Data file (with the same vertical Binning) is:
(256 / 32 * 1054 * 2 + 364) * 50 = 841 KB.
The dimension is quite smaller than the ASCII files even if the Binary Header. is greater than the ASCII one.
Reading the ASCII header from left to right the following parameters can be identified:
As the ASCII Header the binary one contains all the informations regarding the measures, but the values are stored in consecutives cells of memory, without the spaces necessary in the ASCII format.
The following table explains the format of the header in binary format.