Hello, I'm trying to use your TIFFStack library and getting errors like this on stacks taken on scanimage system. I can ready the first channel in the first image, but any attempt to get further than that gives me the error: ``` Error using TIFFStack>TS_read_data_Tiff (line 1327) *** TIFFStack: Could not read data from image file. Error in TIFFStack/subsref (line 685) tfData = TS_read_data_Tiff(oStack, S.subs, bLinearIndexing); Caused by: Subscripted assignment dimension mismatch. ``` i.e. this works: ``` t = TIFFStack('file.tiff', [], 2); a = t(:, :, 1,1) ``` but this not: `a = t(:,:,2,1)` Thanks! Yishai @YishGene
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by DylanMuir and has received 4 comments.