Satisfies the DelayedArray seed contract (dim, dimnames,
type, extract_array) for a single pyramid level of an OME-Zarr
store, reading requested blocks through Rarr::read_zarr_array.
Zarr axes (typically c, y, x) are permuted to the QPTIFFImage
convention [y, x, c] = [H, W, C]. Do not construct directly;
use read_qptiff on a .ome.zarr store.
Value
extract_array returns an ordinary array; dim an integer
vector; dimnames a list; type a character scalar.
Slots
array_pathAbsolute path to the level array inside the store.
.dimInteger
c(H, W, C)in output order..dimnamesList of dimnames; element 3 holds channel names.
dtype"integer"or"double".axis_namesCharacter vector of zarr axis names (store order).
zarr_channelsInteger; 1-based zarr channel index per output channel.
divisorNumeric; value pixels are divided by in
"double"mode.metadataA
QPTIFFMetadataobject.