Interface: ZarrPyramidInfo
Defined in: nvimage/zarr/ZarrChunkClient.ts:47
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
axisMapping | AxisMapping | Mapping from spatial to full array coordinates | nvimage/zarr/ZarrChunkClient.ts:57 |
is3D | boolean | Whether this is a 3D dataset (based on spatial dimensions) | nvimage/zarr/ZarrChunkClient.ts:53 |
levels | ZarrPyramidLevel[] | Pyramid levels (index 0 = highest resolution) | nvimage/zarr/ZarrChunkClient.ts:51 |
name | string | Name/URL of the zarr store | nvimage/zarr/ZarrChunkClient.ts:49 |
ndim | number | Number of spatial dimensions (2 or 3) | nvimage/zarr/ZarrChunkClient.ts:55 |
spatialUnits? | string[] | Units for spatial axes in OME metadata order (e.g., "micrometer", "millimeter") | nvimage/zarr/ZarrChunkClient.ts:59 |