What's Changed
🌐 This release adds the ground work for indexing stars and quads by HEALPix index number, adding the additional functionality to get the neighbouring pixels to any HEALPix pixel for both the NESTED
and RING
schemes.
Features
- feat: add (h *HealPIX) GetFaceXY to healpix module in @observerl/skysolve by @michealroberts in #198
- feat: add (h *HealPIX) GetPixelIndexFromFaceXY to healpix module in @observerly/skysolve by @michealroberts in #199
- feat: add type Face struct to healpix module in @observerly/skysolve by @michealroberts in #200
- feat: add neighbors to healpix module in @observerly/skysolve by @michealroberts in #201
- feat: add NewFace to healpix module in @observerly/skysolve by @michealroberts in #202
- feat: add (f Face) GetNeighbour to healpix module in @observerly/skysolve by @michealroberts in #203
- feat: add (h *HealPIX) GetNeighbouringPixels to healpix module in @observerly/skysolve by @michealroberts in #204
Refactors
- refactor: amend utab and ctab definition locations in healpix module in @observerly/skysolve by @michealroberts in #197
Full Changelog: v0.20.0...v0.21.0