czimaginginstitute / MotionCor3

Anisotropic correction of beam induced sample motion for cryo-electron microscopy and tomography
BSD 3-Clause "New" or "Revised" License
41 stars 2 forks source link

TIFFReadDirectory warnings when reading in EER movies #16

Closed theju-at-nimgs closed 4 months ago

theju-at-nimgs commented 4 months ago

I'm getting several hundred pages of "TIFFReadDirectory: Warning, Unknown field with tag 65002 (0xfdea) encountered" warning message whenever we try to read a movie collected on a F3 camera. When reading a TIF movie from a K3 camera we don't have any warnings.

Although it prints these warnings the reset of the steps are completed correctly.

Using MotionCor3 1.0.1 on Cuda 11.8

szhengczii commented 4 months ago

This warning message originates in libtiff. You can add 2>/dev/null at the end of command line to suppress it. I haven't found way to get rid of it in MotionCor2/3. Any better suggestions are much appreciated.