Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsoch/pybraincompare
brain image comparison and visualization methods for python!
https://github.com/vsoch/pybraincompare
brain comparison d3 neuro
Last synced: 2 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T16:33:10.000Z (over 6 years ago)
- Last Synced: 2024-10-13T16:09:07.828Z (2 months ago)
- Topics: brain, comparison, d3, neuro
- Language: HTML
- Size: 95.7 MB
- Stars: 16
- Watchers: 5
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#pybraincompare
[![Circle CI](https://circleci.com/gh/vsoch/pybraincompare.svg?style=svg)](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).