TheJacksonLaboratory/zarrdataset

Incorrect sampling from masked regions

Closed this issue · 1 comments

The last update retrieves the valid sampling positions from masked regions incorrectly.

This is mainly due to mask coordinates not being offsetted by the current chunk location.

There is also an error when computing the coverage of patches which coordinates are lower than the lowest mask coordinate.

Solved with #8