Open tischi opened 3 years ago
@constantinpape @martinschorb
I think for now we should do the following:
transformGrid
grid
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.
Ok!
@martinschorb see this example for how to choose between grid
and transformGrid
.
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.