flir_raw: Raw FLIR E40 thermal image data and camera parameters

flir_rawR Documentation

Raw FLIR E40 thermal image data and camera parameters

Description

The data was extracted from a FLIR E40 thermal image using the package Thermimage. An alternative is to use the freely availble software FLIR Tools.

The data was extracted from a FLIR E40 thermal image using the package Thermimage. An alternative is to use the freely availble software FLIR Tools.

Usage

flir_raw

flir_raw

Format

A list consisting of:

  • raw_dat = A list of 120 x 160 numeric matrices of the raw 16-bit encoded values from four FLIR thermal images included in the package distribution. Extracted using Thermimage::readflirJPG.

  • camera_params = A dataframe of calibration constants unique to each FLIR camera. Extracted using Thermimage::flirsettings.

A list consisting of:

  • flir_matrix = A 120 x 160 numeric temperature matrix.

  • photo_no = The photo number.

References

Thermimage, available on CRAN and GitHub

FLIR Tools

Examples

hist(flir_raw$raw_dat$`8565`)
flir_raw$camera_params
hist(flir_raw$raw_dat$`8565`)

rasenior/ThermStats documentation built on Nov. 16, 2024, 5:34 p.m.