saalfeldlab / n5-ij

ImageJ convenience layer for N5
BSD 2-Clause "Simplified" License
14 stars 8 forks source link

ChunkSize argument may be hard to get right for inexperienced users #82

Open tischi opened 2 months ago

tischi commented 2 months ago

You have these instructions for the chunk sizes. Personally, given that an ImagePlus is always 5-D, I think it would be easier to always ask for 5-D chunk sizes. You could then within the code remove the singleton dimensions. What do you think?