Skip to main content

Interface: OMEZarrImageDataSource

Defined in: @tissuumaps-storage/src/ome-zarr/OMEZarrImageDataSource.ts:7

A RawImageDataSource with imageDataSourceDefaults applied

Extends

Properties

path?

optional path?: string

Defined in: @tissuumaps-core/build/src/model/base.d.ts:183

Local path (relative to workspace root)

Inherited from

ImageDataSource.path


sizeC?

optional sizeC?: number

Defined in: @tissuumaps-storage/src/ome-zarr/OMEZarrImageDataSource.ts:12


t?

optional t?: number

Defined in: @tissuumaps-storage/src/ome-zarr/OMEZarrImageDataSource.ts:10


type

type: "ome-zarr"

Defined in: @tissuumaps-core/build/src/model/base.d.ts:171

Data source type

Inherited from

ImageDataSource.type


url?

optional url?: string

Defined in: @tissuumaps-core/build/src/model/base.d.ts:179

Remote URL, absolute or relative

Relative URLs are resolved against the URL the project was loaded from, and against the TissUUmaps root for projects without one (i.e. projects opened from a local file).

Inherited from

ImageDataSource.url


z?

optional z?: number

Defined in: @tissuumaps-storage/src/ome-zarr/OMEZarrImageDataSource.ts:11