public final class DatasetDescription extends Object
Modifier and Type | Field and Description |
---|---|
List<net.imagej.axis.AxisType> |
axes
Dimension axes.
|
boolean |
axesGuessed
Whether
axes are read by ImgUtils.parseJsonAxes(java.lang.String)
or inferred with ImgUtils.guessAxes(long[]) . |
long[] |
dims
Dataset dimensions in the column-major order.
|
String |
path
Internal dataset path in a file.
|
DatasetType |
type
Type of the dataset.
|
Constructor and Description |
---|
DatasetDescription(String path,
DatasetType type,
long[] dims,
List<net.imagej.axis.AxisType> axes,
boolean axesGuessed) |
public final String path
public final DatasetType type
public final long[] dims
public final List<net.imagej.axis.AxisType> axes
public boolean axesGuessed
axes
are read by ImgUtils.parseJsonAxes(java.lang.String)
or inferred with ImgUtils.guessAxes(long[])
.public DatasetDescription(String path, DatasetType type, long[] dims, List<net.imagej.axis.AxisType> axes, boolean axesGuessed)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.