You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/HarveyLab/helperFunctions/blob/master/tiffRead.m @Selmaan
The new tiffread with the scanimage tiffreader returns int16, whereas the old tiffRead returned something different (either double or uint16, haven't checked yet). This has the potential to break code that expects the old type.
I'm not sure if the datatype that is returned by the new tiffRead is in some sense the "correct" one and we should change other code to deal with it, or if we should change.
The text was updated successfully, but these errors were encountered:
ScanimageTiffReader called in the new tiffread does not properly read old tiff files (i.e., non-bigtiff files), and returns empty Metadata. I think tiffread should first check whether the loading file is tiff or bigtiff.
Shin, when I checked it read (the image data from) those tiff files fine,
although it could not handle metadata extraction. Are you reporting the
same or something different?
https://github.com/HarveyLab/helperFunctions/blob/master/tiffRead.m
@Selmaan
The new tiffread with the scanimage tiffreader returns int16, whereas the old tiffRead returned something different (either double or uint16, haven't checked yet). This has the potential to break code that expects the old type.
I'm not sure if the datatype that is returned by the new tiffRead is in some sense the "correct" one and we should change other code to deal with it, or if we should change.
The text was updated successfully, but these errors were encountered: