https://github.com/fjankowsk/skymap
Create and visualise sky map data.
https://github.com/fjankowsk/skymap
astronomy astronomy-astrophysics maps skymap surveys visualisation
Last synced: 8 months ago
JSON representation
Create and visualise sky map data.
- Host: GitHub
- URL: https://github.com/fjankowsk/skymap
- Owner: fjankowsk
- License: mit
- Created: 2023-02-16T20:29:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T17:05:06.000Z (over 1 year ago)
- Last Synced: 2025-01-04T03:40:48.179Z (9 months ago)
- Topics: astronomy, astronomy-astrophysics, maps, skymap, surveys, visualisation
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION
Awesome Lists containing this project
README
# skymap: Create and visualise sky map data #
[](https://github.com/fjankowsk/skymap/issues/)
[](https://github.com/fjankowsk/skymap/blob/master/LICENSE)
[](https://doi.org/10.1093/mnras/stad2041)
[](https://arxiv.org/abs/2302.10107)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](https://ui.adsabs.harvard.edu/abs/2023MNRAS.524.4275J/abstract).
## 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.