-
Notifications
You must be signed in to change notification settings - Fork 22
N5 planning 2020 May 20
John Bogovic edited this page May 20, 2020
·
4 revisions
Stephan Saalfeld, Davis Bennett, Igor Pisarev, John Bogovic
Command line tool doesn't currently work on windows.
Is this lower priority if we make Fiji plugins better?
At the Saalfeld lab meeting we talked about:
- scripts don't work because classpath too long (is that right?)
- jgo
- windows powershell
- linking to dependencies in a directory and using wildcard
- Have a bio-formats like window on open?
- Drag-and-drop would be nice
File > Import > N5
- Pass an n5 root directory (folder or json?)
- see what datasets exist, user make choice(s) and open those
- Pass an n5 dataset (folder or json?)
- Open just that dataset
- Be able to specify bounding box
- Option to force bounding box to conform to block sizes
- warn if something changes
-
As virtual ImagePlus
- Should be easy to open the whole n5 dataset as imageplus when hardware allows
- Ensure metadata are preserved
-
With bigdataviewer for viewing only
- maybe not so critical for cosem since neuroglancer exists
-
With bigdataviewer with tools
- such as interactive crop
- File > Save As.. > N5
- Make saving to new datasets easy
- Make saving a sub-block into an existing dataset hard through the UI
- but easy (enough) with code.
- should have examples
- Support reasonable specifications.
- Igor's n5-viewer spec
- COSEM spec
Fiji update site
- n5-zarr (lower priority)
- needs blosc
Make something akin to hdf-view
- use eclipse swt! - Stephan