https://github.com/vsoch/pybraincompare
brain image comparison and visualization methods for python!
https://github.com/vsoch/pybraincompare
brain comparison d3 neuro
Last synced: about 1 year ago
JSON representation
brain image comparison and visualization methods for python!
- Host: GitHub
- URL: https://github.com/vsoch/pybraincompare
- Owner: vsoch
- License: bsd-3-clause
- Created: 2014-12-23T01:04:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T16:33:10.000Z (about 8 years ago)
- Last Synced: 2025-03-26T07:11:13.560Z (over 1 year ago)
- Topics: brain, comparison, d3, neuro
- Language: HTML
- Size: 95.7 MB
- Stars: 16
- Watchers: 4
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#pybraincompare
[](https://circleci.com/gh/vsoch/pybraincompare)
Semantic and computational comparison methods for brain imaging data, and visualization of outputs.
## Installation
#### manual Installation
```bash
git clone https://github.com/vsoch/pybraincompare
cd pybraincompare
sudo python setup.py install
```
#### pip Installation
```bash
pip install pybraincompare
```
The current version is for Python 3, the first of which is released on pip as `0.1.19`. If you want Python 2 only, use `0.1.18`:
```bash
# Python 2
pip install pybraincompare==0.1.18
# Python 3
pip install pybraincompare==0.1.19
```
For examples and demos, please see the [documentation](http://pybraincompare.readthedocs.org/). Submit bugs and feature requests as [issues](https://github.com/vsoch/pybraincompare/issues).