https://github.com/hbclab/pysurfer
Cortical neuroimaging visualization in Python
Science Score: 8.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization hbclab has institutional domain (psychology.uiowa.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Last synced: 8 months ago
·
JSON representation
Repository
Cortical neuroimaging visualization in Python
Basic Info
- Host: GitHub
- Owner: HBClab
- License: bsd-3-clause
- Language: Python
- Default Branch: master
- Homepage: http://pysurfer.github.com
- Size: 16.9 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of nipy/PySurfer
Created almost 8 years ago
· Last pushed almost 8 years ago
https://github.com/HBClab/PySurfer/blob/master/
PySurfer: Neuroimaging visualization in Python ==============================================PySurfer is a Python package for interacting with a cortical surface representations of neuroimaging data. It extends Mayavi's powerful visualization engine with a high-level interface for working with MRI and MEG data. PySurfer offers both a command-line interface designed to broadly the Freesurfer Tksurfer program and a Python library for writing scripts to efficiently explore complex datasets and prepare publication-ready figures. To goal of the project is to facilitate the production of figures that are both beautiful and scientifically informative. Important Links --------------- - Official source code repository: https://github.com/nipy/PySurfer - Online documentation (stable): http://pysurfer.github.com/ - NITRC page: http://www.nitrc.org/projects/pysurfer - Freesurfer: http://surfer.nmr.mgh.harvard.edu/ - Mailing list: https://mail.python.org/mailman/listinfo/neuroimaging Install ------- This packages uses setuptools. To install it for all users, run: python setup.py build sudo python setup.py install If you do not have sudo privileges, you can install locally: python setup.py install --home For information about dependencies, please see the [online documentation](http://pysurfer.github.com/install.html) License ------- Available under the Revised BSD (3-clause) license. Testing ------- You can launch the test suite by running `nosetests` from the source folder. Another way to test is to build the documentation, which will run the example scripts and automatically generate static image output. From the source directory: cd doc/ make clean make html The resulting documentation will live at _build/html/index.html, which can be compared to the online docs. Either method will work only if you have Freesurfer installed on your machine with a valid SUBJECTS\_DIR folder.
Owner
- Name: Health, Brain, & Cognition Lab
- Login: HBClab
- Kind: organization
- Website: https://psychology.uiowa.edu/health-brain-cognition-lab
- Repositories: 3
- Profile: https://github.com/HBClab
PySurfer is a Python package for interacting with a cortical surface
representations of neuroimaging data. It extends Mayavi's powerful
visualization engine with a high-level interface for working with MRI and MEG
data.
PySurfer offers both a command-line interface designed to broadly the
Freesurfer Tksurfer program and a Python library for writing scripts to
efficiently explore complex datasets and prepare publication-ready figures.
To goal of the project is to facilitate the production of figures that are both
beautiful and scientifically informative.
Important Links
---------------
- Official source code repository: https://github.com/nipy/PySurfer
- Online documentation (stable): http://pysurfer.github.com/
- NITRC page: http://www.nitrc.org/projects/pysurfer
- Freesurfer: http://surfer.nmr.mgh.harvard.edu/
- Mailing list: https://mail.python.org/mailman/listinfo/neuroimaging
Install
-------
This packages uses setuptools. To install it for all users, run:
python setup.py build
sudo python setup.py install
If you do not have sudo privileges, you can install locally:
python setup.py install --home
For information about dependencies, please see the [online
documentation](http://pysurfer.github.com/install.html)
License
-------
Available under the Revised BSD (3-clause) license.
Testing
-------
You can launch the test suite by running `nosetests` from the source folder.
Another way to test is to build the documentation, which will run the example
scripts and automatically generate static image output. From the source
directory:
cd doc/
make clean
make html
The resulting documentation will live at _build/html/index.html, which can be
compared to the online docs.
Either method will work only if you have Freesurfer installed on your machine
with a valid SUBJECTS\_DIR folder.