histogram icon indicating copy to clipboard operation
histogram copied to clipboard

Add HealPix

Open cranmer opened this issue 6 years ago • 1 comments

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/

cranmer avatar Jun 19 '19 14:06 cranmer

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.

HDembinski avatar Jun 19 '19 15:06 HDembinski