Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.23 KB

index.md

File metadata and controls

17 lines (11 loc) · 1.23 KB

Data Sources and Upload / Download

WEBKNOSSOS uses several file formats for reading large-scale volumetric image data and storing skeleton and volume annotations. The section will provide technical backgrounds on these file formats, list examples, and explain concepts and details.

WEBKNOSSOS natively supports loading and streaming data in the following formats:

The WEBKNOSSOS-wrap (WKW) container 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.

Any dataset uploaded to webknossos.org will automatically be converted to WKW on upload - given its source file format is supported by WEBKNOSSOS. Alternatively, you can manually convert your datasets using the WEBKNOSSOS CLI tool or use a custom script based on the WEBKNOSSOS Python library.

Read more about uploading and configuring datasets on the datasets page.