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

Was this helpful?

  1. Visualization
  2. 2D Visualization

Copy Information

PreviousSynapsesNext3D Visualization

Last updated 4 years ago

Was this helpful?

There are a group of items in the context menu for copying position-related information into the system clipboard. The position used to compose the information is where the context menu is popped up.

  • Copy Position: copy the clicked position

  • Copy Body ID: copy the body ID under the clicked position

  • Copy Supervoxel ID: copy the supervoxel ID under the clicked position

  • Copy Neuroglancer Link: copy a neuroglancer link that locates the data at the clicked position

For copying a position, you can customize the format by setting a template in the global settings:

Position copying will replace $x, $y and $z by x, y and z respectively in position copying. All other characters in the template will be kept the same. For example, you can make a template for copying the position as a JSON object: {"x": $x, "y": $y, "z": $z}. The default format is ($x, $y, $z).