Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.55 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.55 KB

skymap: Create and visualise sky map data

GitHub issues License - MIT Paper link arXiv link

This repository contains software tools to create and visualise sky map data, primarily in HEALPix format. The code is mainly developed for Python 3, but Python 2 from version 2.7 onwards should work fine.

Author

The software is primarily developed and maintained by Fabian Jankowski. For more information feel free to contact me via: fabian.jankowski at cnrs-orleans.fr.

Paper

The corresponding paper (Jankowski et al. 2023, MNRAS) is available via this NASA ADS link.

Citation

If you make use of the software, please add a link to this repository and cite our corresponding paper. See above and the CITATION and CITATION.bib files.

Installation

The easiest and recommended way to install the software is through pip directly from its GitHub repository. For example, to install the master branch of the code, use the following command:

pip install git+https://github.com/fjankowsk/skymap.git@master

This will automatically install all dependencies.