Modular Optimisation tools for soliving inverse problems.


Keywords
image-processing, optimization-algorithms, signal-processing
License
Other
Install
pip install modopt==1.7.1

Documentation

ModOpt

Usage Development Release
docs build release
license deploy pypi
wemake-python-styleguide codecov python
contribute CodeFactor
coc Updates

ModOpt is a series of Modular Optimisation tools for solving inverse problems.

See documentation for more details.

Installation

To install using pip run the following command:

  $ pip install modopt

To clone the ModOpt repository from GitHub run the following command:

  $ git clone https://github.com/CEA-COSMIC/ModOpt.git

Dependencies

All packages required by ModOpt should be installed automatically. Optional packages, however, will need to be installed manually.

Required Packages

In order to run the code in this repository the following packages must be installed:

Optional Packages

The following packages can optionally be installed to add extra functionality:

For (partial) GPU compliance the following packages can also be installed. Note that none of these are required for running on a CPU.

Citation

If you use ModOpt in a scientific publication, we would appreciate citations to the following paper:

PySAP: Python Sparse Data Analysis Package for multidisciplinary image processing, S. Farrens et al., Astronomy and Computing 32, 2020

The BibTeX citation is the following:

@Article{farrens2020pysap,
  title={{PySAP: Python Sparse Data Analysis Package for multidisciplinary image processing}},
  author={Farrens, S and Grigis, A and El Gueddari, L and Ramzi, Z and Chaithya, GR and Starck, S and Sarthou, B and Cherkaoui, H and Ciuciu, P and Starck, J-L},
  journal={Astronomy and Computing},
  volume={32},
  pages={100402},
  year={2020},
  publisher={Elsevier}
}