pcutillas / Healpix-CSharp

A C# port of the HEALPix core, based on the Healpix Java implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Healpix C# Port

A port of the HEALPix core to C# based on the Healpix Java implementation

NOTE

Most functions have not been tested in their C# form:

The appropriate C# function and logical equivalents have been replaced, but it is possible that behavior will not be identical. Please submit an issue if this is the case.

So far, tested functions are:

  • HealpixBase.pix2ZPhi
    • all functions called by pix2ZPhi
  • HealpixBase.boundaries / HealpixBase.boundariesZPhi
    • all functions called by boundaries / boundariesZPhi

About

A C# port of the HEALPix core, based on the Healpix Java implementation

License:GNU General Public License v3.0


Languages

Language:C# 100.0%