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: docs/data/concepts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ The term "magnifications" is used synonymously for mags throughout the UI.
105
105
At the moment, WEBKNOSSOS guarantees correct rendering of data with non-uniform mag factors only if the z-component between two mags changes by a factor of 1 or 2.
106
106
107
107
Most users do not create these metadata files manually.
108
-
When using the [WEBKNOSSOS CLI](https://docs.webknossos.org/cli), a metadata file is automatically generated. Alternatively, you can create and edit WEBKNOSSOS datasets using the [WEBKNOSSOS Python library](https://github.com/scalableminds/webknossos-libs/).
108
+
When using the [WEBKNOSSOS CLI](https://docs.webknossos.org/cli/), a metadata file is automatically generated. Alternatively, you can create and edit WEBKNOSSOS datasets using the [WEBKNOSSOS Python library](https://github.com/scalableminds/webknossos-libs/).
109
109
During the data import process, WEBKNOSSOS will ask for the necessary properties.
110
110
111
111
[See below for the full specification](#dataset-metadata-specification).
The [WEBKNOSSOS Python library](https://docs.webknossos.org/webknossos-py/index.html) makes it very easy to download/upload any of your organization's datasets, and annotations. For detailed info, please refer to the `webknossos-libs`[documentation website for guides and tutorials](https://docs.webknossos.org/webknossos-py/index.html).
3
+
The [WEBKNOSSOS Python library](https://docs.webknossos.org/webknossos-py/) makes it very easy to download/upload any of your organization's datasets, and annotations. For detailed info, please refer to the `webknossos-libs`[documentation website for guides and tutorials](https://docs.webknossos.org/webknossos-py/).
4
4
5
5
There are also quick start instructions for Python download available directly from the [WEBKNOSSOS UI](./export_ui.md).
You can easily convert image stacks manually with the WEBKNOSSOS CLI.
@@ -75,11 +75,11 @@ This snippet converts an image stack that is located in directory called `data/s
75
75
It will create a so called `color` layer containing your raw greyscale/color image.
76
76
The supplied `--voxel-size` is specified in nanometers.
77
77
78
-
Read the full documentation at [WEBKNOSSOS CLI](https://docs.webknossos.org/cli).
78
+
Read the full documentation at [WEBKNOSSOS CLI](https://docs.webknossos.org/cli/).
79
79
80
80
### Conversion with Python
81
81
82
-
You can use the free [WEBKNOSSOS Python library](https://docs.webknossos.org/webknossos-py) to convert image stacks to Zarr v3 or integrate the conversion as part of an existing workflow.
82
+
You can use the free [WEBKNOSSOS Python library](https://docs.webknossos.org/webknossos-py/) to convert image stacks to Zarr v3 or integrate the conversion as part of an existing workflow.
Copy file name to clipboardExpand all lines: docs/data/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,6 @@ WEBKNOSSOS natively supports loading and streaming data in the following formats
12
12
13
13
The Zarr3 format is used for all internal voxel data representations - both for the raw (microscopy) image datasets and segmentations. Skeleton annotations are saved as NML files.
14
14
15
-
Any dataset uploaded to webknossos.org will automatically be converted to Zarr3 on upload - given its source file format is supported by WEBKNOSSOS. Alternatively, you can manually convert your datasets using the [WEBKNOSSOS CLI tool](https://docs.webknossos.org/cli) or use a custom script based on the [WEBKNOSSOS Python library](https://docs.webknossos.org/webknossos-py/index.html).
15
+
Any dataset uploaded to webknossos.org will automatically be converted to Zarr3 on upload - given its source file format is supported by WEBKNOSSOS. Alternatively, you can manually convert your datasets using the [WEBKNOSSOS CLI tool](https://docs.webknossos.org/cli/) or use a custom script based on the [WEBKNOSSOS Python library](https://docs.webknossos.org/webknossos-py/).
16
16
17
17
Read more about uploading and configuring datasets on the [datasets page](../datasets/settings.md).
0 commit comments