Skip to content
Sean Martin edited this page Jul 24, 2024 · 6 revisions

This Python package is designed to convert data into the neuroglancer precomputed format, and to provide JSON state information to display that data in neuroglancer with the desired settings.

This usually involves a two step process:

  1. Convert the data to the appropriate format. Generally in the precompute package.
  2. Create a JSON state for that data. See the state_generator module.

Installation

To install the package, run the following command:

poetry install

Usage

See examples for how to use the package.

Clone this wiki locally