I am working on project to analyze the rotation of cells. The information is stored in a .dat file that contains an image of a cell. I have to convert it to a tiff file then concatenate all the images to have an avi video. The problem is that I didn't find documentation about dat and tiff files. and when I try to open a .dat file using Python I get this error message :
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9f in position 1: invalid start byte
The camera is Andor Neo5.5 scmos(https://andor.oxinst.com/assets/uploads/products/andor/documents/andor-neo-scmos-specifications.pdf)
and this is an example of a .dat file :
https://drive.google.com/file/d/180VuU7XO9suUK0v8G1mlQu_ZGRdUHD0z/view?usp=sharing
Color mode is GrayScale