Package sc.fiji.snt.io
Class SpimDataUtils.N5Sources
java.lang.Object
sc.fiji.snt.io.SpimDataUtils.N5Sources
- Enclosing class:
SpimDataUtils
Holds the sources produced by opening an N5 or OME-Zarr container via
n5-ij/n5-universe/n5-viewer_fiji (see
SpimDataUtils.resolvePathToSource(String)). Unlike AbstractSpimData,
there is no BDV-XML descriptor involved: sources are built directly from
the container's own N5/OME-NGFF metadata via
N5Viewer.buildN5Sources(org.janelia.saalfeldlab.n5.N5Reader, org.janelia.saalfeldlab.n5.ui.DataSelection, bdv.cache.SharedQueue, java.util.List<bdv.tools.brightness.ConverterSetup>, java.util.List<bdv.viewer.SourceAndConverter<T>>, bdv.util.BdvOptions).-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sources
OneSourceAndConverterper channel/setup, in discovery order. -
numTimepoints
public final int numTimepointsNumber of timepoints shared by all sources. -
name
Display name derived from the container's directory name.
-
-
Constructor Details
-
N5Sources
-