No description provided.
Rewrite raw temperature conversion function
Issue #6
new
Comments (4)
-
-
reporter Hi! Thanks for the response. What would you like me to do with it?
-
raw2temp(raw, E = 1, OD = 1, RTemp = 20, ATemp = RTemp, IRWTemp = RTemp, IRT = 1, RH = 50, PR1 = 21106.77, PB = 1501, PF = 1, PO = -7340, PR2 = 0.012545258, ATA1=0.006569, ATA2=0.01262, ATB1=-0.002276, ATB2=-0.00667, ATX=1.9)This function from R Documentation Converts a raw value obtained from binary thermal image video file into estimated temperature using standard equations used in infrared thermography.
Is good to know another type for convert raw datas from thermal images to temperature data.
-
reporter - marked as minor
- Log in to comment
Planck R1 : 18607.484
Planck B : 1463.1
Planck F : 1
Planck O : -1522
Planck R2 : 0.019212207
#RAW = 16 Bit RAW value
PR1 = 18607.484
PB = 1463.1
PF = 1
PO = -1522
PR2 = 0.019212207
#C = PB/log(PR1/(PR2*(raw+PO))+PF)-273.15