Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 883 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 883 Bytes

Overview: UI for Segment Properties in Neuroglancer

This system is designed to enable users to generate URLs that link to specific segment properties within Neuroglancer, an interactive web-based tool for visualizing 3D image data.

The involves selecting a datastack using CAVEclient and a corresponding table from a dropdown menu, which then triggers a server-side computation to generate a URL that points directly to the configured view in Neuroglancer.

Pipeline

Setting Up

Installation Upgrade pip and install required packages: python -m pip install --upgrade pip pip install Flask caveclient pandas numpy

Running the Application To start the server and run the application, navigate to the project directory and execute: python app.py