Installation

Dependencies

The following python packages should be installed with their specific dependencies:

It is of utmost importance that the PySAP package is correctly installed as we will be using the wavelet transforms provided by it.

Note

The GalSim package was removed from requirements.txt, it is expected to be installed (preferably with conda) before installing the MCCD package.

Users

You can install the latest release from PyPi as follows:

bash
pip install mccd

Alternatively clone the repository and build the package locally as follows:

bash
pip install .

Developers

Developers are recommend to clone the repository and build the package locally in development mode with testing and documentation packages as follows:

bash
pip install -e .