C# port of Typescript implementation of HEALPix (paper [pdf])
This module is port of Typescript implementation by Koike Michitaro. Effort was put into making code as similar to Typescript implementation as possible including naming and ordering of methods. There was some difficulty porting number type into ints and doubles leading to some numerical issuess but overall it should work.
NuGet package is available:
dotnet add package Healpix
- uploading code
- generating nuget package
- adding basic tests
- adding tests