atlab / scanreader

Python TIFF Stack Reader for ScanImage 5 scans (including multiROI).
MIT License
9 stars 11 forks source link

Version error #2

Closed horsto closed 6 years ago

horsto commented 6 years ago

Hi, I am getting the following error when trying to read a scanimage .tif: ScanImageVersionError: Sorry, ScanImage version 5.3 is not supported Is it possible to extend compatibility to 5.3 (assuming not much has changed?)? Thank you!

ecobost commented 6 years ago

If it's the same as SI 5.2, adding it should the pretty easy: create a Scan5Point3 in scans.py that inherits from Scan5Point2 and has no additional methods; and add 5.3 as an option in core.py. Could you send me a small sample Tiff just so I can check it would work

horsto commented 6 years ago

Hey, sorry for the very late reply. Here is a .tif stack example. Would be great if you could add support. Thanks! TEST_00006_00001.zip

ecobost commented 6 years ago

Added in https://github.com/atlab/scanreader/commit/5ad8109f39849a71d8e24187d7f4c0a50443646c

horsto commented 6 years ago

Great, thanks a lot!