Metadata-Version: 2.0
Name: nidmfsl
Version: 0.3.6
Summary: Export of FSL statistical results using NIDM as specified at http://nidm.nidash.org/specs/nidm-results.html.
Home-page: UNKNOWN
Author: Camille Maumet
Author-email: c.m.j.maumet@warwick.ac.uk
License: BSD
Keywords: Prov,NIDM,Provenance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Requires-Dist: nidmresults (==0.3.4)

NIDM-Results export for FSL
===========================

Export of FSL FEAT statistical results using the NeuroImaging Data Model
(`NIDM Results`_).

Install
-------

::

    $ pip install nidmfsl

Usage
-----

::

$ nidmfsl [-h] [-g [GROUP_NAMES [GROUP_NAMES ...]]] [-o OUTPUT_NAME] [-d] [-v [VERSION]] feat_dir [numsubjects [numsubjects ...]]


Requirements
------------

-  `rdflib`_
-  `prov`_
-  `nibabel`_
-  `numpy`_
-  `nidmresults`_

.. _NIDM Results: http://nidm.nidash.org/specs/nidm-results.html
.. _prov: https://github.com/trungdong/prov
.. _nibabel: http://nipy.org/nibabel/
.. _numpy: http://www.numpy.org/
.. _nidmresults: https://github.com/incf-nidash/nidmresults/
.. _rdflib: http://rdflib.readthedocs.org/en/latest/

