intn SDsetcal(int32 sds_id, float64 cal, float64 cal_err, float64 offset, float64 offset_err, int32 data_type)
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise. | |
SDsetcal stores the calibration record associated with a data set. A calibration record contains the following information: |
integer function sfscal(sds_id, cal, cal_err, offset, offset_err, data_type) | |