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
Copy file name to clipboardExpand all lines: .fileglancer/runnables.yaml
+18-11Lines changed: 18 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -69,25 +69,31 @@ runnables:
69
69
name: Scale factors
70
70
type: string
71
71
required: true
72
-
default: "2,2,2 2,2,2"
73
-
description: >-
74
-
Relative downsampling factor per level as whitespace-separated x,y,z triples
75
-
(a single integer u means u,u,u). Example: `2,2,1 2,2,1 2`.
72
+
default: "22"
73
+
description: |
74
+
Relative downsampling factor per level as whitespace-separated x,y,z triples (a single integer u means u,u,u).
75
+
Example: `2,2,1 2,2,1 2`.
76
76
- flag: --block-size
77
77
name: Block size
78
78
type: string
79
-
default: "64,64,64"
79
+
default: "32,32,32"
80
80
- flag: --reverse-array-attributes
81
81
name: Reverse array attributes
82
+
hidden: true
82
83
type: boolean
83
84
default: false
84
-
description: "Reverse resolution/offset arrays, i.e. [x,y,z] -> [z,y,x]. NOTE: N5-Zarr interop generally handles this automatically, especially for Zarr3. Only Reverse if you are sure it's necessary."
85
+
description: |
86
+
Reverse resolution/offset arrays, i.e. [x,y,z] -> [z,y,x].
87
+
NOTE: N5-Zarr interop generally handles this automatically, especially for Zarr3.
88
+
Only Reverse if you are sure it's necessary.
85
89
- flag: --winner-takes-all-downsampling
86
90
name: Winner-takes-all downsampling
87
91
hidden: true
88
92
type: boolean
89
93
default: false
90
-
description: "Use a scalar label type with winner-takes-all downsampling. If 'false' or omitted, data will be LabelMultisetType"
94
+
description: |
95
+
In most cases this should be left "false" or omitted, which defaults the conversion to LabelMultisetType, which is useful for Paintera.
96
+
If true, uses a scalar label type with winner-takes-all downsampling.
91
97
- flag: --overwrite-existing
92
98
name: Overwrite existing
93
99
hidden: true
@@ -145,12 +151,13 @@ runnables:
145
151
- ZARR3
146
152
required: false
147
153
default: ZARR
148
-
description: >-
154
+
description: |
149
155
Output storage format of the generated dataset. Explicit support for N5, ZARR2, and ZARR3.
150
156
ZARR without the version will default to ZARR3 if no container exists, but if a container
151
-
exists, it will keep the version of the container. All zarr containers contain OME-Zarr
152
-
metadata, and ZARR3 supports sharding. If left unset, the format is taken from the output
153
-
container's path, else inferred on write.
157
+
exists, it will keep the version of the container.
158
+
All zarr containers contain OME-Zarr metadata.
159
+
ZARR3 supports sharding.
160
+
If not provided a best-attempt is made to guess the format from the path, existing contain, or lastly a fallback to ZARR3.
0 commit comments