Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dangom/nilearn-cli
- Owner: dangom
- License: apache-2.0
- Created: 2018-04-18T12:57:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T19:32:21.000Z (about 6 years ago)
- Last Synced: 2023-10-05T20:31:26.091Z (about 1 year ago)
- Language: Python
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE-APACHE
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: noneInstallation
------------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.