summaryrefslogtreecommitdiff
path: root/src/infiray_irg.py
AgeCommit message (Collapse)AuthorFilesLines
2025-02-05Bump version to v1.5.0v1.5.0mainjaseg1-1/+1
2025-02-05Fix offset issues.jaseg1-25/+39
This commit is tested against all test files I have available. We tried to parse the temperature array offset from the file to match that one Autel device, but that ended up breaking other stuff. It seems the offset is not explicitly recorded. TODO: Figure out if they are using 273.0 or 273.15 K.
2024-12-20Bump version to v1.4.0v1.4.0jaseg1-1/+1
2024-12-20Add support for Autel Robotics Evo II Dual 640T V3 filesjaseg1-9/+14
2024-10-31Bump version to v1.3.0v1.3.0jaseg1-0/+2
2024-10-31Correct radiometric kelvin offset for P200jaseg1-10/+16
The P200 uses 273.2K instead of 273.0K like e.g. the C201. We now read this value from a suspected file header field.
2024-10-21Add P200 model supportjaseg1-10/+35
2024-02-16Add support for "0xbaab" format variantjaseg1-5/+18
2023-12-18Initial commitv1.0jaseg1-0/+36