Skip to content

Commit

Permalink
forced use of libtiff to read eiger_4m detector
Browse files Browse the repository at this point in the history
  • Loading branch information
BM32ESRF committed Mar 27, 2024
1 parent 8f47214 commit 7bee478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LaueTools/IOimagefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ def readCCDimage(filename, CCDLabel="MARCCD165", dirname=None, stackimageindex=-
else:
USE_RAW_METHOD = True

elif PIL_EXISTS:
elif PIL_EXISTS and CCDLabel not in ('EIGER_4M',):
if verbose > 1:
print("using PIL's module Image")
if CCDLabel in ("sCMOS", "MARCCD165", "sCMOS_16M"):
Expand Down

0 comments on commit 7bee478

Please sign in to comment.