Mouse Controls
Click on an image pane, then use the following shortcuts to navigate through the data
Keyboard Controls
Click on an image pane, then use the following shortcuts to navigate through the data
Adjust Image Color
There are set image color defaults for each wavelength imaged. To change the color for the channel, navigate to the Rendering Tab and input the following code into the Shader box depending on your chosen target color.
Magenta:
#uicontrol invlerp normalized
void main() {emitRGB(vec3(normalized(),0,normalized()));}
Cyan:
#uicontrol invlerp normalized
void main() {emitRGB(vec3(0,normalized(),normalized()));}
Green:
#uicontrol invlerp normalized
void main() {emitRGB(vec3(0,normalized(),0));}
Adjust Segmentation Color
To change the color for the segmentation, navigate to the Rendering Tab by right clicking on your segmentation layer, and use the color picker to choose a color for your cell or segmentation overlay.
Miscellaneous Shortcuts
Here we have included other useful keyboard shortcuts to help visualize your data. To view all Neuroglancer controls, press the help tooltip ( ? ) button on the top right corner.
Automatic Flythrough Tutorial
This mode allows you to pan through data without having to hold specific keys