@@ -25,7 +25,7 @@ We also present more general information about SyConn on our [Website](https://s
Documentation
-------------
The documentation including API docs can be found as [readthedocs build](https://syconn.readthedocs.io/en/latest/) or partially as markdown [here](docs/doc.md).
The documentation including installation procedure, requirements and API docs can be found as [readthedocs build](https://syconn.readthedocs.io/en/latest/) or partially as markdown [here](docs/doc.md).
The basic data structures and initialization procedures are explained in the following sections:
...
...
@@ -90,7 +97,7 @@ handled by the `SegmentationDatasets`. For a more detailed description see [here
(such as lustre, Google Cloud Filestore or AWS Elastic File System).
* Agglomerated supervoxels (SVs) are implemented as SuperSegmentationObjects ([SSO](super_segmentation_objects.md)). The collection
of super-SVs are usually defined in a region adjacency graph (RAG) which is used to initialize the SuperSegmentationDataset
of super-SVs are usually defined in a region supervoxel graph which is used to initialize the SuperSegmentationDataset
([SSD](super_segmentation_datasets.md)).
*[Skeletons](skeletons.md) of (super-) supervoxels, usually computed from variants of the TEASAR algorithm (https://ieeexplore.ieee.org/document/883951)
...
...
@@ -98,15 +105,10 @@ handled by the `SegmentationDatasets`. For a more detailed description see [here
*[Mesh](meshes.md) generation and representation of supervoxels
* Multi-view representation of neurpn reconstructions for [glia](glia_removal.md) and
* Multi-view representation of neuron reconstructions for [glia](glia_removal.md) and
[neuron](neuron_analysis.md) analysis (published in [Nature Communications](https://www.nature.com/articles/s41467-019-10836-3))