Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@michealroberts michealroberts released this 21 Jan 12:02
· 11 commits to main since this release
7953754

What's Changed

🔭 This release adds improved support for the HEALPIx convention, in native Go lang. This paves the way for subsequent releases to be able to provide an offline first indexed solution to plate solving utilising the GAIA DR2 & DR3 catalogs.

It's worth mentioning that a small refactor also provides a positive improvement to the plate solving accuracy.

Features

  • feat: add healpix.Scheme to healpix module in @observerly/skysolve by @michealroberts in #155
  • feat: add NSide and Scheme fields to HealPIX struct in @observerly/skysolve by @michealroberts in #156
  • style: remove usage of fmt.Println across tests files in @observerly/skysolve by @michealroberts in #157
  • feat: add NSide and Scheme fields to NewHealPIX in @observerly/skysolve by @michealroberts in #158
  • feat: add (h *HealPIX) ConvertEquatorialToPixelIndex to healpix module in @observerly/skysolve by @michealroberts in #159
  • feat: implement (h *HealPIX) ConvertEquatorialToPixelIndex in healpix module in @observerly/skysolve by @michealroberts in #161
  • feat: add GetEquatorialCoordinateFromPolarOffset to projection module in @observerly/skysolve by @michealroberts in #162
  • feat: add (h *HealPIX) GetPixelIndicesFromEquatorialRadialRegion to healpix in @observerly/skysolve by @michealroberts in #164
  • feat: add (h *HealPIX) GetNSide() to healpix module in @observerly/skysolve by @michealroberts in #166
  • feat: add (h *HealPIX) GetNumberOfPixels() to healpix module in @observerly/skysolve by @michealroberts in #168
  • feat: add (h *HealPIX) GetPixelArea() to healpix module in @observerly/skysolve by @michealroberts in #167
  • feat: add (h *HealPIX) GetPixelRadialExtent() to healpix module in @observerly/skysolve by @michealroberts in #169
  • feat: add (h *HealPIX) ConvertPixelIndexToEquatorial() to healpix module in @observerly/skysolve by @michealroberts in #173
  • feat: implement (h *HealPIX) ConvertPixelIndexToEquatorial in healpix module in @observerly/skysolve by @michealroberts in #174

Refactors

  • refactor: amend (ps *PlateSolver) Solve to remove HEALPix conversions in @observerly/skysolve by @michealroberts in #160

Full Changelog: v0.16.0...v0.17.0