xulman / ome-zarr-fiji-ui

GUI Dialog to show structure of an ome.zarr dataset and to allow the user to cherry-pick image of interest, in Fiji.
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

About

Here's the home of the Fiji wrapping plugins that bring OME.Zarr (at specs 0.4) to Fiji, currently only for the reading.

Several ways of importing a zarr container are supported:

Using Fiji menus

Try: Fiji -> File -> Import -> OME.Zarr... -> Open Zarr* menu items File-Import-OMEZarr-submenu-in-Fiji

By dragging and dropping...

...the top-level zarr folder onto the Fiji main window (video, 49 secs). Both options can lead to opening of a dialog

zarr-open-dialog-in-Fiji

that

One can use this dialog to (repetitively) adjust the behavior of the drag-and-drop -- just don't forget to press 'OK' button in that dialog (it's not enough to adjust the toggles and close it, it won't be remembered).

Programmatically...

...from the ImageJ macros, macro-example-code

and from Jython scripts. jython-example-code

Example code can be downloaded from the examples folder.

Installation

Three pieces of software are (at least) needed:

You can also get them from the jars folder and drop them into your Fiji installation, into its jars folder from which it's original ij-1.xxy.jar should be removed first.

Authors

This is a result of collective work of several people noted below, during the Fiji and Zarr hackathon 2022 in Prague, CZE, which was generously supported by the IT4Innovations National Supercomputing Centre, Ostrava, CZE:

The people on-site during the hackathon:
Ko Sugawara, Nils Norlin, Tobias Pietzsch, Christian Tischer, Vladimir Ulman

The people online during the hackathon:
Gabor Kovacs, Isaac Virshup, Luca Marconato, John Bogovic, Josh Moore

I want to thank all of them for devoting their time so far to this project.