tiledbsoma.MultiscaleImage.add_new_level¶
- MultiscaleImage.add_new_level(key: str, *, uri: str | None = None, shape: Sequence[int], type: pa.DataType, platform_config: options.PlatformConfig | None = None) DenseNDArray¶
Adds a new resolution level to the
MultiscaleImage.Parameters are as in
DenseNDArray.create(). The provided shape will be used to compute the scale between images and must correspond to the image size for the entire image.Lifecycle
Experimental.