Installation

MTNeedlet relies on the standard packages numpy, scipy, pandas, and matplotlib.

Additionally, a complete installation of healpy is needed in order to install MTNeedlet. Please follow the link to find the details about how to install this package.

Once these dependencies are satisfied, MTNeedlet can be installed in two ways.

Installation with pip (recomended)

MTNeedlet is available to install in the usual way:

$ pip install mtneedlet

Source code

The source code is also available for the users that want to modify the package or prefer to avoid pip. It is available in the GitHub repository: https://github.com/javicarron/mtneedlet