Skip to content

v0.21.0

Latest
Compare
Choose a tag to compare
@michealroberts michealroberts released this 04 Feb 19:06
· 2 commits to main since this release
5ba7653

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