Reads a binary .raw file (typically 32-bit floating point), converts it into a matrix, and constructs a 'BioThermR' object containing raw data and metadata.
Arguments
- file_path
String. The full path to the .raw file.
- width
Integer. The width of the thermal sensor (number of columns). Default is 160.
- height
Integer. The height of the thermal sensor (number of rows). Default is 120.
- rotate
Logical. Whether to rotate the image 90 degrees counter-clockwise. Default is TRUE (corrects orientation for many standard sensor exports).