mobie / mobie-viewer-fiji

BSD 2-Clause "Simplified" License
33 stars 13 forks source link

make the merge grid transformation work for large images #447

Open tischi opened 3 years ago

tischi commented 3 years ago

Currently the GridSourceTransformer crashes when the individual images are too large, because then the cells become bigger than the java indexing allows.

Maybe a solution could be to have one cell per z-plane.

tischi commented 3 years ago

@constantinpape @martinschorb

I think for now we should do the following:

The issue is that when we are using the current grid option we are essentially loosing all the lazy loading of the individual sources, but they are completely loaded into RAM! I think I could work on this, but it will likely depend on the use case, so we should discuss it case by case.

constantinpape commented 3 years ago

Ok!

@martinschorb see this example for how to choose between grid and transformGrid.