Conversion of images to the Neuroglancer pre-computed format
Project description
Tools for converting 3D images to the Neuroglancer pre-computed format.
Installation
The easiest way to install neuroglancer-scripts is in a virtual environment:
python3 -m venv venv/ . venv/bin/activate pip install neuroglancer-scripts
Usage
See the documentation.
Development
The code is hosted on GitHub.
This project uses pytest and tox for testing. You will need to install the project (a virtual environment is recommended) before you can use it or run the tests. pip install -e will install in editable mode, so you do not need to re-install when changing existing files. The [dev] suffix pulls extra dependencies that are useful for development.
git clone https://github.com/HumanBrainProject/neuroglancer-scripts.git cd neuroglancer-scripts python3 -m venv venv/ . venv/bin/activate pip install -e .[dev] pytest --cov=neuroglancer_scripts --cov-report=html --cov-report=term
It is advised to use tox for testing the code against all supported Python versions. This will run the same tests as the Travis continuous integration:
tox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size neuroglancer_scripts-0.3.0-py3-none-any.whl (55.7 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size neuroglancer-scripts-0.3.0.tar.gz (58.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for neuroglancer_scripts-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3050abb8faf4462dca89e69b2de6b85ddba525ac9c8c109e9d8d7bab664e7531 |
|
MD5 | 18d8eed00e2fd553eee23323d44c79bf |
|
BLAKE2-256 | 629fedd6d93b33e6da0b0e4a60edfcc3f417d1eff79c96975f56f6b7f069c35f |
Hashes for neuroglancer-scripts-0.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd85c946f44f5211adf55eba04886e41dc36e9a94c723b966a8485c06d7ed253 |
|
MD5 | 81cc1b2640299395249ab940f5e1653d |
|
BLAKE2-256 | fa97c71783fd73d7aebfdeb3ade03c41e0b8a527501a86619873640ff0e83cdb |