-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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:
- Convert the data to the appropriate format. Generally in the
precompute
package. - Create a JSON state for that data. See the
state_generator
module.
To install the package, run the following command:
poetry install
See examples for how to use the package.