Skip to content

heracles-ec/heracles

Repository files navigation

Heracles — Harmonic-space statistics on the sphere

PyPI Python Documentation arXiv NASA/ADS DOI Tests Coverage

This is Heracles, a code for harmonic-space statistics on the sphere. Heracles can take catalogues of positions a function values on the sphere and turn them into wonderful things like angular power spectra and mixing matrices.

To get started, read the documentation.

🛰️ Made in the Euclid Science Ground Segment

Installation (latest)

To install the latest released version of the package:

pip install heracles

You should do this in a dedicated environment (conda, venv, etc.)

Installation (git main)

To install the latest unreleased version from the git main branch:

pip install git+https://github.com/heracles-ec/heracles.git

Installation (develop)

Clone the repository, cd into the local copy, then install in editable mode:

pip install -e .