Skip to content

Skeletons

Ignacio Tartavull edited this page Oct 9, 2017 · 6 revisions

How to add skeletons to a neurglancer precomputed layer:

  1. Modify the info file adding 'skeletons': 'path/to/skeletons/folder'

  2. Add skeletons using the skeleton.py encoder. Binary format: 4 bytes little-endian unsigned int number of vertex 4 bytes little-endian unsigned int number of edges number of vertex * 3 float32 number of edges * 2 uint32

  3. Now when you click on a segment the skeleton will be displayed if available.

Clone this wiki locally