Rewrite raw temperature conversion function

Issue #6 new
Arthur Nieuwland repo owner created an issue

No description provided.

Comments (4)

  1. Marco Pérez

    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

  2. Marco Pérez

    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.

  3. Log in to comment