This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
*/ |