An open API service indexing awesome lists of open source software.

https://github.com/aplbrain/neuroglancer-segment-properties

This application integrates with Neuroglancer via the CAVEclient library to manage neuroimaging data, allowing users to create, view, and manipulate segment properties in its 3D environment.
https://github.com/aplbrain/neuroglancer-segment-properties

Last synced: over 1 year ago
JSON representation

This application integrates with Neuroglancer via the CAVEclient library to manage neuroimaging data, allowing users to create, view, and manipulate segment properties in its 3D environment.

Awesome Lists containing this project

README

          

# 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](https://github.com/aplbrain/neuroglancer-segment-properties/assets/66258538/d256ad0d-3493-4f0d-97c2-acffca669afe)
# 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`