Skip to content

mwaskom/lyman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

74e168d · Apr 24, 2020
Apr 18, 2020
Apr 20, 2020
Sep 15, 2017
Mar 23, 2019
Oct 4, 2017
Aug 13, 2018
Apr 7, 2020
Sep 23, 2017
Mar 23, 2019
Apr 7, 2020
Apr 8, 2020
May 28, 2019
Apr 20, 2020

Repository files navigation

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.