Perform morphology measurement on neuron SWC files
Project description
nGauge
nGauge
is a Python library which provides a collection of tools for the measurement, quantification, and visualization of neuron morphology. The library structure makes automation of data analysis pipelines easier, leading to faster and more reproducible results.
Installation
To install with pip
on a python 3.x
installation:
pip install ngauge
See repository information here: https://pypi.org/project/nGauge/
To install from source:
pip install .
Using with Blender
By default, many versions (such as the version packaged with Ubuntu) of Blender support packages installed to the system Python library; in this case, no additional steps are required.
For Blender versions which do not share Python with the system-level install (such
as Windows and snap
versions) can be used with one of these two methods:
- If the Python version of the system and Blender are the same, the system
library path can be appended to the Blender path (
import sys; sys.path += ['<location>']
). - It is also possible to directly install packages to the Blender Python libary
using
pip
, however support for this install method can not be provided.
- For example, please see:
https://blender.stackexchange.com/questions/56011/how-to-install-pip-for-blenders-bundled-python
.
Example Usage
Contact
Logan Walker loganaw@umich.edu Jennifer Williams jenwill@umich.edu
License
This code is licensed under the GNU General Public License v3.0, a copy of which is available in LICENSE.
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.
Source Distribution
Built Distribution
File details
Details for the file nGauge-0.1.4.tar.gz
.
File metadata
- Download URL: nGauge-0.1.4.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c6472fcb47db39079fc0cf7024f845641bbf0cecef010513612840346be52db |
|
MD5 | b05a32a66f5ef9f2a9f7dfc03e86afa5 |
|
BLAKE2b-256 | a736d62fef14291238dbdf4ffb6a895cf906accf1448c2f502e407bd679b1796 |
File details
Details for the file nGauge-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: nGauge-0.1.4-py3-none-any.whl
- Upload date:
- Size: 33.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aea15851afa33a9cb3826c1e582128fa8571eb5a71b280dd170f306172ba1f33 |
|
MD5 | 55bf47b19769aa010d0cf382802b07fc |
|
BLAKE2b-256 | d0a887e66f2298c4f6cb7fb2f58c5162a299893124b8f1393a3f60701a6bba78 |