index error get_untiled_crop with a tifffile input #16
-
I get an index error when using a normal tifffile input.
The index generating error is a 300, my desired i0 coordinate. The .dataoffsets instance does not correspond to what you expect in an input page My page input is simply read from a tifffile handle. It seems to work
My page.dataoffsets only has 34 elements, it goes like this: So what's causing this difference and how can I solve it? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Dear Ricardo, Thanks for using our package, we have understood that you meet the open tifffile problem? Do you mind if you would like to share the code that meets the error |
Beta Was this translation helpful? Give feedback.
Dear Ricardo,
Thanks for using our package, we have understood that you meet the open tifffile problem?
Do you mind if you would like to share the code that meets the error
26 _get_untiled_crop(page, 300, 200, 10, 10)
?