Metadata-Version: 2.1
Name: pylfmap
Version: 0.1
Summary: Python wrapper for LFmap software
Home-page: https://gitlab.iap.kit.edu/auger-observatory/sandboxes/t.fodran/radiocalibrationtoolkit
Author: T. Fodran
Author-email: t.fodran@astro.ru.nl

# pylfmap

This code provides a python interface for the [LFmap](http://www.astro.umd.edu/~emilp/LFmap/LFmap_1.0.tar) galaxy radio sky map generator. For more about LFmap read [here](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.192.5753&rep=rep1&type=pdf). With the pylfmap class one can use all the features provided but the [healpy](https://github.com/healpy/healpy) (or other relevant python packages).

Do not forget to put the package parrent directory to your python path enviromental variable `$PYTHONPATH`.

E.g.:

    export PYTHONPATH=$PYTHONPATH"/path_to_package_parrent_folder/:"

