ThisisforyouifyouwanttoinstallNIFTyonaHPCmachineorclusterthatishostedbyyouruniversityorinstitute.Mostofthedependencieswillmostlikelyalreadybethere,butyouwon't have superuser priviledges. In this case, instead::
sudo python setup.py install
use::
python setup.py install --user
or::
python setup.py install --install-lib=/SOMEWHERE
in the instruction above. This will install the python packages into your local user directory.
Installation on OS X 10.11
..........................
We advice to install the following packages in the order as they appear below. We strongly recommend to install all needed packages via MacPorts. Please be aware that not all packages are available on MacPorts, missing ones need to be installed manually. It may also be mentioned that one should only use one package manager, as multiple ones may cause trouble.
* Install basic packages python, scipy, matplotlib and cython::
**Depending where you installed GSL you may need to change the path in setup.py!**::
sudo python setup.py install
* Install healpy:
sudo port install py27-pyfits
git clone https://github.com/healpy/healpy.git
cd healpy
sudo python setup.py install
cd ..
* Install libsharp and libsharp-wrapper. Installations instructions for libsharp may be found here: https://sourceforge.net/p/libsharp/code/ci/master/tree/::