Skip to content

Commit 79bf710

Browse files
committed
remove nifti script to avoid sklearn dependency
1 parent 89e5e41 commit 79bf710

File tree

5 files changed

+0
-409
lines changed

5 files changed

+0
-409
lines changed

docs/src/cli/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ The WEBKNOSSOS CLI offers many useful commands to work with WEBKNOSSOS datasets:
99
- `webknossos compress`: Compress a WEBKNOSSOS dataset
1010
- `webknossos convert`: Convert an image stack (e.g., `tiff`, `jpg`, `png`, `bmp`, `dm3`, `dm4`) to a WEBKNOSSOS dataset
1111
- `webknossos convert-knossos`: Converts a KNOSSOS dataset to a WEBKNOSSOS dataset
12-
- `webknossos convert-nifti`: Converts a NIFTI image or a directory with NIFTI files into a WEBKNOSSOS dataset
1312
- `webknossos convert-raw`: Converts a RAW image file to a WEBKNOSSOS dataset
1413
- `webknossos convert-zarr`: Converts a Zarr dataset to a WEBKNOSSOS dataset
1514
- `webknossos download`: Download a dataset from a WEBKNOSSOS server as WKW format
@@ -57,12 +56,6 @@ webknossos compress data/target
5756
# Convert Knossos cubes to wkw cubes
5857
webknossos convert-knossos --layer-name color --voxel-size 11.24,11.24,25 data/source/mag1 data/target
5958

60-
# Convert NIFTI file to wkw file
61-
webknossos convert-nifti --layer-name color --voxel-size 10,10,30 data/source/nifti_file data/target
62-
63-
# Convert folder with NIFTI files to wkw files
64-
webknossos convert-nifti --color-file one_nifti_file --segmentation-file another_nifti --voxel-size 10,10,30 data/source/ data/target
65-
6659
# Convert RAW file to wkw file
6760
webknossos convert-raw --layer-name color --voxel-size 10,10,30 --dtype uint8 --shape 2048,2048,1024 data/source/raw_file.raw data/target
6861

webknossos/Changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
226226
- `python -m wkcuber`, `python -m wkcuber.convert_image_stack_to_wkw` -> `webknossos convert`
227227
- `python -m wkcuber.export_wkw_as_tiff` -> `webknossos export-wkw-as-tiff`
228228
- `python -m wkcuber.convert_knossos` -> `webknossos convert-knossos`
229-
- `python -m wkcuber.convert_nifti` -> `webknossos convert-nifti`
230229
- `python -m wkcuber.convert_raw` -> `webknossos convert-raw`
231230
- `python -m wkcuber.downsampling` -> `webknossos downsample`
232231
- `python -m wkcuber.compress` -> `webknossos compress`

0 commit comments

Comments
 (0)