Reads a FLIR radiometric JPG file, parses the embedded metadata (emissivity, distance, Planck constants, atmospheric parameters), converts the raw sensor data to temperature (Celsius), and constructs a 'BioThermR' object.
Value
A list object of class "BioThermR" containing:
- raw
The calculated temperature matrix in degrees Celsius.
- processed
A copy of the raw matrix, intended for subsequent ROI filtering or masking.
- meta
A list containing metadata:
filename,fullpath, anddims.
Details
This function relies on the 'Thermimage' package and the external tool 'ExifTool'. It automatically extracts calibration constants (Planck R1, B, F, O, R2) and environmental parameters to ensure accurate physical temperature conversion. Please ensure 'ExifTool' is installed and added to your system PATH.