| Author: | Samuel Farrens (samuel.farrens@cea.fr) |
|---|---|
| Version: | 1.1.5 |
| Date: | 11/04/2018 |
| 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 [Tested with 2.7.11 and 3.6.3]
- Numpy [Tested with v1.13.3]
- Scipy [Tested with v1.0.0]
- Future [Tested with v0.16.0]
- Astropy [Tested with v2.0.2]
- Progressbar 2 [Tested with v3.34.3]
The following packages can optionally be installed to add extra functionality:
- Matplotlib [Tested with v2.1.0]
- Termcolor [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