intn DFSDsetcal(float64 cal, float64 cal_err, float64 offset, float64 offset_err, int32 data_type)
The relationship between a value iy stored in a dataset and the actual value y is defined as: | |
By defining cal = 0.50 and offset = -200.0 and applying the calibration formula, the calibrated dataset iy[] becomes as follows: | |
integer function dsscal(cal, cal_err, offset, offset_err, data_type) | |