The Wayback Machine - https://web.archive.org/web/20201209003821/https://github.com/mwaskom/lyman
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

lyman: neuroimaging analysis in Python

PyPI Version License DOI Build Status Code Coverage

Lyman is a platform for analyzing neuroimaging (primarily MRI) data using Python. It comprises an interface to Nipype data processing workflows and a library of classes and functions for signal processing, model fitting, visualization, and other tasks.

Documentation

Online documentation can be found here.

Dependencies

Lyman supports Python 3.7+ and does not support Python 2.

Lyman preprocessing requires FSL and Freesurfer. Information about Python library dependency information is available in the online documentation.

Installation

Stable versions can be installed from PyPI:

pip install lyman

It is also possible to install development code from Github:

pip install git+https://github.com/mwaskom/lyman.git

License

Lyman is freely available under the BSD (3-clause) license.

Support

Lyman is publicly released with some hope that it might be useful but no promise of support. With that said, reproducible bugs may be reported to the Github issue tracker.

You can’t perform that action at this time.