Neuroglancer is a WebGL-based viewer for volumetric data. Below is an overview of important modules used for creating/editing/deleting different types of annotations and saving them in the database. Click on the links for each module to see the detailed overview of each module.
Responsible for handling annotations in Neuroglancer end-to-end: drawing using WebGL, serializing/deserializing for saving in database etc.
Supports generating HTML UI elements used across neuroglancer for drawing annotations like annotation tools, volume session, cell session etc.
Services Module: Responsible for the loading of the JSON state from the Django database portal via the REST API.
Generated using TypeDoc