| Author: | Samuel Farrens (samuel.farrens@cea.fr) |
|---|---|
| Version: | 1.4.1 |
| Date: | 17/10/2019 |
| Documentation: | https://cea-cosmic.github.io/ModOpt/ |
ModOpt is a series of Modular Optimisation tools for solving inverse problems.
In order to run the code in this repository the following packages must be installed:
- Python [Last tested with v3.7.0]
- Numpy [Tested with v1.16.4]
- Scipy [Tested with v1.3.0]
- Progressbar 2 [Tested with v3.42.0]
The following packages can optionally be installed to add extra functionality:
- Astropy [Last tested with v3.2.1]
- Matplotlib [Last tested with v3.1.1]
- Scikit-Image [Requires >=v0.16.0]
- Scikit-Learn [Requires >=v0.21.3]
- Termcolor [Last tested with v1.1.0]
To clone the ModOpt repository from GitHub run the following command:
$ git clone https://github.com/cea-cosmic/ModOptTo install using easy_install run the following command:
$ easy_install modoptTo install using pip run the following command:
$ pip install modopt