Ok, just looked at it. The table is setup correctly to convert to Degrees C. The label is set as "UNITS"
but it is using the look up table which is in Degrees C. You can make a new table and convert to F if you wanted. Or make more data points in the def as it doesn't have many plotted so it interpolates between them. Below is the full range if you want to add those into the table for a possible more accurate finer conversion.
But short answer, yes that's degrees C it's reporting.
Code:
; MAT TABLE
; DEG C RAWADMAT
; -40 255
; -30 251
; -25 250
; -20 247
; -15 245
; -10 241
; -5 237
; 0 231
; 5 225
; 10 218
; 15 209
; 20 199
; 25 189
; 30 177
; 35 165
; 40 152
; 45 139
; 50 126
; 55 114
; 60 102
; 65 92
; 70 81
; 75 72
; 80 64
; 85 56
; 90 50
; 95 44
; 100 39
; 105 34
; 110 30
; 115 26
; 120 23
; 125 21
; 130 18
; 135 16
; 140 14
; 145 13
; 150 12
; 200 0