Installation

hpproj is tested against python 2.7 and 3.5 and can be installed using pip or from source

pip

$ pip install hpproj

This will install the latest release of hpproj

source

$ git clone https://git.ias.u-psud.fr/abeelen/hpproj.git
$ cd hpproj
$ python setup.py install

This will install the master tree of hpproj. It is probably wiser to checkout a specific version before installation

$ git clone https://git.ias.u-psud.fr/abeelen/hpproj.git
$ cd hpproj
$ git checkout 0.4
$ python setup.py install

Dependencies

hpproj require the following librairies

  • numpy>=1.13
  • matplotlib>=2.0
  • astropy>=2.0
  • healpy>=1.9
  • photutils>=0.4

The specific versionning are those you are being used in the test suit. Both pip and source install should install those library if they are missing.