Metadata-Version: 2.1
Name: spm12
Version: 0.0.4
Summary: Statistical Parametric Mapping
Home-page: https://www.fil.ion.ucl.ac.uk/spm/
Maintainer: Casper da Costa-Luis
Maintainer-email: casper.dcl@physics.org
License: Apache 2.0
Keywords: fMRI,PET,SPECT,EEG,MEG
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: argopt
Requires-Dist: amypad-core[nii] (>=0.0.3)
Requires-Dist: brainweb (>=1.6.2)
Requires-Dist: scipy
Provides-Extra: demo
Requires-Dist: brainweb[plot] ; extra == 'demo'
Requires-Dist: matplotlib ; extra == 'demo'
Provides-Extra: dev
Requires-Dist: Pygments ; extra == 'dev'
Requires-Dist: docutils (>=0.3) ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: numpy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-timeout ; extra == 'dev'
Requires-Dist: pytest-xdist ; extra == 'dev'
Requires-Dist: black ; (python_version >= "3.0") and extra == 'dev'

SPM12
=====

|Versions| |Py-Versions| |Tests| |LICENCE|

Thin Python wrappers around `Statistical Parametric Mapping <https://www.fil.ion.ucl.ac.uk/spm>`_.

|PET-MR Coregistration|


Install
-------

.. code:: sh

    python -m pip install -U spm12
    python -m spm12


Examples
--------

See `examples/demo.ipynb <https://github.com/AMYPAD/SPM12/blob/master/examples/demo.ipynb>`_.


Contributing
------------

See `CONTRIBUTING.md <https://github.com/AMYPAD/SPM12/blob/master/CONTRIBUTING.md>`_.


.. |PET-MR Coregistration| image:: https://raw.githubusercontent.com/AMYPAD/images/master/spm12/pet_mr_coreg.png
.. |Tests| image:: https://img.shields.io/github/workflow/status/AMYPAD/SPM12/Test
   :target: https://github.com/AMYPAD/SPM12/actions
.. |Versions| image:: https://img.shields.io/pypi/v/spm12.svg
   :target: https://github.com/AMYPAD/SPM12/releases
.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/spm12.svg?logo=python&logoColor=white
   :target: https://pypi.org/project/spm12
.. |LICENCE| image:: https://img.shields.io/pypi/l/spm12.svg
   :target: https://raw.githubusercontent.com/AMYPAD/spm12/master/LICENCE.md


