NeuTu
  • About NeuTu
  • Overview
  • Get Started
    • Eager to try something COOL?
  • Main Windows
    • Home Window
    • Main Proofreading Window
      • Menu bars and drop-down
    • 3D Windows
  • Visualization
    • 2D Visualization
      • grayscale and segmentation
        • Change Body Color Arbitrarily
      • Synapses
      • Copy Information
    • 3D Visualization
      • Synapses
    • Orthogonal View
  • Body Proofreading
    • Body Lock
    • Correcting False Splits
    • Correcting False Merges
  • Annotation
    • Body Annotations
    • Bookmarks
    • Todo Annotation
    • Synapse Annotation
  • ROI
    • Create ROIs from Scratch
  • Hot Keys
  • Sequencer
    • Body Coloring
  • Protocols
    • Connection Validation
  • Measuring tool
  • Settings
    • Local Configuration
    • Meta Configuration in DVID
    • Command Line Options
  • Miscellaneous
    • DVID Data
  • Neuroglancer
    • Refresh
    • Annotations
      • Update Controls for Annotation Rendering
      • Import local annotations
Powered by GitBook
On this page
  • How to annotate a body
  • Where are the annotations stored?

Was this helpful?

  1. Annotation

Body Annotations

PreviousAnnotationNextBookmarks

Last updated 5 years ago

Was this helpful?

After proofreading a body, users can edit the proofreading status or other biological information about the body/neuron.

How to annotate a body

Select a body and choose ‘Annotate’ from the right click menu. The body annotation window opens.

The selected body will be locked when the body annotation dialog is open and unlocked automatically after the dialog close.

Where are the annotations stored?

All the annotations will be stored as key-value pairs under the keyvalue data <segmentation>_annotations. Each key of annotation is the corresponding body ID and its value is a JSON object representing the annotation.

Example:

{
    "user": "zhaot", 
    "body ID": 1414845661, 
    "primary neurite": "PDM04", 
    "class": "Delta0L", 
    "status": "Roughly traced", 
    "comment": "hemi brain whole 20K to 30K", 
    "naming user": "zhaot", 
    "instance": "Delta12g_R"
}

Due to a legacy issue, the data name is annotations instead of <segmentation>_annotations when the segmentation name is bodies.

Body Annotation