Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dangom/nilearn-cli

Convenient command line tools for nilearn
https://github.com/dangom/nilearn-cli

Last synced: about 1 month ago
JSON representation

Convenient command line tools for nilearn

Awesome Lists containing this project

README

        

nilearn-cli
===========

-----
Convenient command line tools for `Nilearn `_.
Currently provides three tools:

- connectome, which generates connectivity matrices from an input dataset.
- region_extraction, which generates masks from connected regions in a statistical map.
- surface_plot, which plots volumetric statistical maps into a surface and outputs a PNG.

.. contents:: **Table of Contents**
:backlinks: none

Installation
------------

nilearn-cli is not yet distributed on `PyPI `_ as a universal
wheel. To install it, clone the repo and run:

.. code-block:: bash

$ python setup.py install

License
-------

nilearn-cli is distributed under the terms of both

- `MIT License `_
- `Apache License, Version 2.0 `_

at your option.