Local Configuration
NeuTu can be configured to connect to external services, list default databases, and define behaviors for certain databases.
Settings Dialog

Config File
This field points to the path of the configuration file for general proofreading settings and predefined databases. The file is supposed to be a JSON file contain a JSON object. Some important fields in the JSON object include:
"librarian"
: address of the default librarian;"neutu_server"
: address of the default neutuse server (https://github.com/janelia-flyem/neutuse), which should have the pattern like neutuse:http://<address>;"neuroglancer server"
: address of the default neuroglancer server;"cleave server"
: address of the server for body cleaving (https://github.com/janelia-flyem/neuclease);"dvid repo"
: an array of predefined DVID database settings, each itself being a JSON object. A brief schema of such an object can be seen below (if "user_name "is not specified, every user can see the settings):
Remote Service
This points to remote computing services. Currently only the skeletonization service is available. You can follow the instructions from https://github.com/janelia-flyem/neutuse to set up the service. The service text should become green once you apply the settings, or it means the service is not run or connected properly.
Task Server
It sets the server for offline tasks. This one can be ignored.
Center Cut
These numbers control the size of the high-res patch at the center of the 2D view for grayscale and segmentation data.
Last updated
Was this helpful?