Skip to main content

Interface: ZarrPyramidLevel

Defined in: nvimage/zarr/ZarrChunkClient.ts:15

Properties

PropertyTypeDescriptionDefined in
chunksnumber[]Spatial-only chunk dimensions matching shape ordernvimage/zarr/ZarrChunkClient.ts:23
dtypestringData type (e.g., "uint8", "uint16", "float32")nvimage/zarr/ZarrChunkClient.ts:25
indexnumberLevel index (0 = highest resolution)nvimage/zarr/ZarrChunkClient.ts:17
pathstringPath to this level in the zarr hierarchy (e.g., "/0", "/1")nvimage/zarr/ZarrChunkClient.ts:19
scales?number[]Physical scale factors per spatial axis in OME metadata order from coordinateTransformationsnvimage/zarr/ZarrChunkClient.ts:27
shapenumber[]Spatial-only shape in OME metadata order (non-spatial dims stripped)nvimage/zarr/ZarrChunkClient.ts:21
translations?number[]Physical translation offsets per spatial axis in OME metadata order from coordinateTransformationsnvimage/zarr/ZarrChunkClient.ts:29