Giter Site home page Giter Site logo

Comments (4)

helenabdr avatar helenabdr commented on May 30, 2024 1

I got it, thanks for the clarification!

from thermimage.

gtatters avatar gtatters commented on May 30, 2024

Indeed, not a bug, but a feature I think of how FLIR provides a generic equation that can work across a range of cameras with different resolutions. Since the image stores data in 16 bits, in principle, you have 2^16 bits of information, ranging from 0 to 65535.

See the calibration curve example I provide:
https://github.com/gtatters/Thermimage/blob/master/README_files/figure-gfm/unnamed-chunk-18-1.png

You can see how the relationship is curvilinear and at some raw value (probably values below 3949 since the PO constant seems to define that), you will get NA values.

You can't estimate that cold anyway since it is well below the range of your camera.

from thermimage.

gtatters avatar gtatters commented on May 30, 2024

so try this, it might help explain:

raw<-1:65535
templookup<-raw2temp(raw, E=0.75, OD=1, RTemp=20, ATemp=28, IRWTemp=20, IRT=1, RH=60, PR1=15965.437, PB=1417.1, PF=1, PO=-3949, PR2=0.01401533)
plot(raw, templookup, type='l')

from thermimage.

gtatters avatar gtatters commented on May 30, 2024

no problem. It confused me when I first worked this out! But that's why creating a 'lookup" helped make sense of it since you are essentially converting a digital integer value (integer) into a numeric. Every camera differs based on the unique calibration constants derived by the manufacturer.

from thermimage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.