Metadata-Version: 2.1
Name: spm12
Version: 2.2.0
Summary: Statistical Parametric Mapping
Maintainer-email: Casper da Costa-Luis <casper.dcl@physics.org>
License: Apache-2.0
Project-URL: documentation, https://github.com/AMYPAD/SPM12/#SPM12
Project-URL: repository, https://github.com/AMYPAD/SPM12
Project-URL: changelog, https://github.com/AMYPAD/SPM12/releases
Project-URL: upstream-project, https://www.fil.ion.ucl.ac.uk/spm
Keywords: fMRI,PET,SPECT,EEG,MEG
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Other Scripting Engines
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Installation/Setup
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENCE.md
Requires-Dist: importlib_resources; python_version < "3.9"
Requires-Dist: argopt
Requires-Dist: miutil[nii,web]>=0.12.0
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: pytest>=6; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-timeout; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Provides-Extra: demo
Requires-Dist: miutil[plot]>=0.3.0; extra == "demo"
Requires-Dist: matplotlib; extra == "demo"

SPM12
=====

|Version| |Py-Versions| |Tests| |Coverage| |DOI| |LICENCE|

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

|PET-MR Coregistration|


Install
-------

Currently requires MATLAB. May change in future.

.. 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/actions/workflow/status/AMYPAD/SPM12/test.yml?branch=master&logo=GitHub
   :target: https://github.com/AMYPAD/SPM12/actions
.. |Coverage| image:: https://codecov.io/gh/AMYPAD/SPM12/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/AMYPAD/SPM12
.. |Version| image:: https://img.shields.io/pypi/v/spm12.svg?logo=python&logoColor=white
   :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
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4272003.svg
   :target: https://doi.org/10.5281/zenodo.4272003
.. |LICENCE| image:: https://img.shields.io/pypi/l/spm12.svg
   :target: https://raw.githubusercontent.com/AMYPAD/spm12/master/LICENCE.md
