Skip to content

Instantly share code, notes, and snippets.

View mkitti's full-sized avatar

Mark Kittisopikul mkitti

View GitHub Profile
@bogovicj
bogovicj / zarrBdv.groovy
Created March 19, 2021 21:48
Read a zarr volume and display with bigdataviewer
import net.imglib2.*;
import bdv.util.*;
import org.janelia.saalfeldlab.n5.zarr.*;
import org.janelia.saalfeldlab.n5.imglib2.*;
/*
* A groovy script for Fiji that reads a zarr volume and displays it using BigDataViewer
*
* John Bogovic
*/