Section 5.1.8.3 of User guide doesnot clearly explain the procedure to receive Reference intensities. Especially the line "Sample scan struct is interpreted scanResults from a sample scan with an arbitrary scan configuration"
Here's what I understood in part c-part pseudo code
Allocate variable ref_matrix_size with size REF_CAL_MATRIX_BLOB_SIZE
NNO_GetFileSizeToRead(NNO_FILE_REF_CAL_MATRIX)
NNO_GetFile()
Allocate variable ref_cal_data with size SCAN_DATA_BLOB_SIZE
NNO_GetFileSizeToReadNNO_FILE_REF_CAL_DATA
NNO_GetFile()
Could anyone explain what DLP Spectrum Library functions should I use to get Reference intensities for computing absorbance ?
PS. dlpspec_scan_interpReference function description is also not self explanatory
Function to interpret reference scan data into what the reference scan would have been if it were scanned with the configuration which @p pScanResults was scanned with. This can be used to compute a reference for an arbitrary scan taken when a physical reflective reference is not available to take a new reference measurement.