Physical scale corresponding to the canonical voxel. Equal to minimum of
voxelPhysicalScales.slice(0, rank), or 1 if rank == 0.
Array of length 3. The first displayRank elements specify the indices of the the global
dimensions that are displayed. The remaining elements are -1.
Scale corresponding to each dimension in displayDimensionIndices.
displayDimensionScales[i] is equal to coordinateSpace.scales[displayDimensionIndices[i]],
or 1 if displayDimensionIndices[i] == -1.
Unit corresponding to each dimension in displayDimensionIndices. displayDimensionUnits[i]
is equal to coordinateSpace.units[displayDimensionIndices[i]], or '' if
displayDimensionIndices[i] == -1.
Number of displayed dimensions. Must be <= 3.
Array of length globalRank specifying global dimension names.
Number of global dimensions.
Array of length 3. voxelPhysicalScales[i] equals
relativeDisplayScales[d] * coordinateSpace.scales[d],
where d = displayDimensionIndices[i], or 1 for i >= rank.
Generated using TypeDoc
Array of length 3. Amount by which the voxel coordinates of each display dimensions must be multiplied to convert to canonical voxels. canonicalVoxelFactors[i] = voxelPhysicalScales[d] / canonicalVoxelPhysicalSize, where d = dimensionIndices[i], or
1fori >= rank.