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
  • Requirements
  • Install NeuTu
  • Start NeuTu
  • Load Dataset from DVID

Was this helpful?

  1. Get Started

Eager to try something COOL?

PreviousGet StartedNextMain Windows

Last updated 5 years ago

Was this helpful?

Interested in improving by yourself? Here are the instructions!

For any questions, please contact Ting Zhao (zhaot@janelia.hhmi.org)

Requirements

  • Active DVID database that supplies the hemibrain dataset. Visit for more instructions.

  • A modern Linux/Mac machine with a mainstream Graphics card

    • Make sure the machine can connect to the database

Install NeuTu

curl -X GET https://raw.githubusercontent.com/janelia-flyem/NeuTu/master/neurolabi/shell/setup_neutu.sh > setup_neutu.sh
bash setup_neutu.sh <install_dir> neutu

Note: <install_dir> is the path to where NeuTu will be installed. It is preferred to be a non-existing or empty directory.

Start NeuTu

<install_dir>/bin/neutu

Load Dataset from DVID

You can follow the instructions from to open a dataset in NeuTu. You can also copy and paste the following settings to NeuTu after replacing <grayscale_uuid> with the actual grayscale UUID, assuming that the segmentation/synapse data are hosted on localhost:8000 with and the grayscale data are hosted on localhost:8001 with uuid <grayscale_uuid>. For different server addresses, you need to replace the address settings accordingly.

{
  "address": "localhost",
  "port": 8000,
  "name": "local_test",
  "default": false,
  "segmentation": "segmentation",
  "uuid": "52a1",
  "proofreading": true,
  "synapse": "synapses",
  "supervised": false,
  "@grayscale": [
    {
      "address": "localhost",
      "port": 8001,
      "background": 0,
      "gray_scale": "grayscale",
      "default": false,
      "uuid": "<grayscale_uuid>"
    }
  ]
}

the largest connectome to date
dvid.io
Get Started
Paste Settings to Load DVID Dataset