You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enumeration of OME-Zarr versions that can be loaded
10
9
ome_zarr_versions: [0.4, 0.5]
11
10
11
+
# Compression codecs the tool can decode. An empty array `[]` means the tool does not declare codec support — compatibility is unknown rather than unsupported.
# Enumeration of OME-Zarr versions that can be loaded
9
+
ome_zarr_versions: [0.4, 0.5]
10
+
11
+
# Compression codecs the tool can decode. An empty array `[]` means the tool does not declare codec support — compatibility is unknown rather than unsupported.
12
+
compression_codecs:
13
+
[
14
+
"blosc",
15
+
"lz4",
16
+
"zstd",
17
+
"gzip",
18
+
"zlib",
19
+
"transpose",
20
+
"bytes",
21
+
"crc32c",
22
+
"vlen-utf8",
23
+
"json2",
24
+
"bitround",
25
+
]
26
+
27
+
# Are axis names and units respected?
28
+
axes: true
29
+
30
+
# Are scaling factors respected on multiscales?
31
+
scale: false
32
+
33
+
# Are translation factors respected on multiscales (including subpixel offsets for lower scale levels)?
34
+
translation: false
35
+
36
+
# Does the tool support multiple channels?
37
+
channels: true
38
+
39
+
# Does the tool support multiple timepoints?
40
+
timepoints: true
41
+
42
+
# Are labels loaded when available?
43
+
labels: true
44
+
45
+
# Are HCS plates loaded when available?
46
+
hcs_plates: true
47
+
48
+
# Does the viewer handle multiple images in a bioformats2raw layout?
49
+
bioformats2raw_layout: true
50
+
51
+
# Is the OMERO metadata used to e.g. color the channels?
0 commit comments