|
|
|
|
|
by dheera
91 days ago
|
|
Yes, Seek RevealPro gives raw temperature data in radiometric tiff files. They are tiff files with temperatures in Celsius as float32 values in the second page of each .tiff. GUI image editors can have trouble dealing with these multi-page float tiffs but Python's PIL package can read it just fine. Here's a basic script that converts them to greyscale uint8 with a fixed linear mapping, making them compatible with GUI panoramic stitching software. https://github.com/dheera/iceland-thermal/blob/master/script... |
|