File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The `compress` command allows you to compress a WEBKNOSSOS dataset. It supports
55## Usage
66
77``` bash
8- compress [OPTIONS] TARGET
8+ webknossos compress [OPTIONS] TARGET
99```
1010
1111### Arguments
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The `convert` command automatically detects an image stack and converts it into
2424### Usage
2525
2626``` bash
27- convert [OPTIONS] SOURCE TARGET
27+ webknossos convert [OPTIONS] SOURCE TARGET
2828```
2929
3030### Arguments
@@ -100,7 +100,7 @@ The `convert-knossos` command converts a KNOSSOS dataset into a WEBKNOSSOS datas
100100### Usage
101101
102102``` bash
103- convert-knossos [OPTIONS] SOURCE TARGET
103+ webknossos convert-knossos [OPTIONS] SOURCE TARGET
104104```
105105
106106### Arguments
@@ -176,7 +176,7 @@ The `convert-raw` command converts a RAW dataset into a WEBKNOSSOS dataset.
176176### Usage
177177
178178``` bash
179- convert-raw [OPTIONS] SOURCE TARGET
179+ webknossos convert-raw [OPTIONS] SOURCE TARGET
180180```
181181
182182### Arguments
@@ -260,7 +260,7 @@ The `convert-zarr` command converts a Zarr dataset into a WEBKNOSSOS dataset.
260260### Usage
261261
262262``` bash
263- convert-zarr [OPTIONS] SOURCE TARGET
263+ webknossos convert-zarr [OPTIONS] SOURCE TARGET
264264```
265265
266266### Arguments
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The `copy-dataset` command allows you to create a copy of a WEBKNOSSOS dataset.
55## Usage
66
77``` bash
8- copy-dataset [OPTIONS] SOURCE TARGET
8+ webknossos copy-dataset [OPTIONS] SOURCE TARGET
99```
1010
1111### Arguments
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The `downsample` command allows you to reduce the resolution of a WEBKNOSSOS dat
55## Usage
66
77``` bash
8- downsample [OPTIONS] TARGET
8+ webknossos downsample [OPTIONS] TARGET
99```
1010
1111### Arguments
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The `export-as-tiff` command exports a WEBKNOSSOS dataset to TIFF image data. It
55## Usage
66
77``` bash
8- export-as-tiff [OPTIONS] SOURCE TARGET
8+ webknossos export-as-tiff [OPTIONS] SOURCE TARGET
99```
1010
1111### Arguments
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The `upload-dataset` command uploads a local WEBKNOSSOS dataset to a specified W
55## Usage
66
77``` bash
8- webknossos upload-dataset [OPTIONS] SOURCE
8+ webknossos upload [OPTIONS] SOURCE
99```
1010
1111### Arguments
You can’t perform that action at this time.
0 commit comments