boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
315 stars 72 forks source link

Add HealPix #202

Open cranmer opened 5 years ago

cranmer commented 5 years ago

https://en.wikipedia.org/wiki/HEALPix

Useful specification for 2-d histogram on the sphere, used widely for astrophysics and cosmology.

Example C++ implementation https://sourceforge.net/projects/healpix/

HDembinski commented 5 years ago

Hi Kyle, this seems doable, but requires linking to the external healpix library. I need to check how to best handle this inside the Boost.Build framework.