Interface: ZarrPyramidLevel
Defined in: nvimage/zarr/ZarrChunkClient.ts:15
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chunks | number[] | Spatial-only chunk dimensions matching shape order | nvimage/zarr/ZarrChunkClient.ts:23 |
dtype | string | Data type (e.g., "uint8", "uint16", "float32") | nvimage/zarr/ZarrChunkClient.ts:25 |
index | number | Level index (0 = highest resolution) | nvimage/zarr/ZarrChunkClient.ts:17 |
path | string | Path 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 coordinateTransformations | nvimage/zarr/ZarrChunkClient.ts:27 |
shape | number[] | 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 coordinateTransformations | nvimage/zarr/ZarrChunkClient.ts:29 |