tlnagy / OMETIFF.jl

I/O operations for OME-TIFF files in Julia
Other
24 stars 7 forks source link

In multi-position files the IFDs are sometimes intercalated so the naive next function fails #19

Closed tlnagy closed 6 years ago

tlnagy commented 6 years ago

In multi-position files, the IFDs can be intercalated but load assumes that they are sequential leading to misassignment of IFDs to positions here:

https://github.com/tlnagy/OMETIFF.jl/blob/4e59f9f0bc9af0f5968f0b32cca2e16d9d4b5edf/src/loader.jl#L75

Next find the next IFD, but it may or may not belong to this position.