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
When loading files, VolView can automatically convert images to segment groups
59
59
if they follow a naming convention. For example, an image with name like `foo.segmentation.bar`
60
-
will be converted to a segment group for a base image named like `foo.baz`.
60
+
will be converted to a segment group for a base image named like `foo.baz`.
61
61
The `segmentation` extension is defined by the `io.segmentGroupExtension` key, which takes a
62
62
string. Files `foo.[segmentGroupExtension].bar` will be automatilly converted to segment groups for a base image named `foo.baz`. The default is `''` and will disable the feature.
63
63
@@ -87,18 +87,6 @@ To configure a key for an action, add its action name and the key(s) under the `
87
87
}
88
88
```
89
89
90
-
## Visibility of Sample Data section
91
-
92
-
Simplify the data browser by hiding the Sample Data expandable section.
0 commit comments