Metadata-Version: 2.2
Name: pysap-fmri
Version: 0.2.4
Summary: Python Sparse data Analysis Package external fMRI plugin.
Author-email: Pierre-antoine Comby <pierre-antoine.comby@crans.org>
Description-Content-Type: text/x-rst
Requires-Dist: modopt
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: joblib
Requires-Dist: scipy
Requires-Dist: pywavelets
Requires-Dist: mri-nufft[cufinufft]
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: pytest-sugar; extra == "test"
Provides-Extra: doc
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: sphinx_gallery; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-autoapi; extra == "doc"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: ruff; extra == "dev"

PySAP-fmri
===========


Python Sparse data Analysis Package fMRI plugin.

NB: even if this is (historically) a PySAP plugin, it is installable independently and does not require any installation of PySAP to work.

Dependencies includes however:

- numpy / scipy
- numba : For fast JIT compilation of TV methods.
- ModOpt : For the implementation of optimisation algorithms.
- tqdm: for progress bars
- joblib: For parallel reconstructions and wavelet decomposition.
- PyWavelet: For wavelet transforms.


Important links
===============

- Official pySAP source code repo: https://github.com/cea-cosmic/pysap
- pySAP HTML documentation (last stable release): http://cea-cosmic.github.io/pysap
