v0.52.0
What's Changed
🔭 This minor release introduces a more accurate Solar coordinate lookup, using VSOP87 elements for Earth to calculate the Solar ecliptic coordinates.
Underlying changes to getSolarEquatorialCoordinate() improve accuracy, but do not introduce breaking changes.
Features
- feat: add VSOP87 elements for Earth in @observerly/astrometry by @michealroberts in #364
- feat: add calculateTerms to vsop87 module in @observerly/astrometry by @michealroberts in #365
- feat: add calculateL to vsop87 module in @observerly/astrometry by @michealroberts in #366
- feat: add calculateB to vsop87 module in @observerly/astrometry by @michealroberts in #367
- feat: add calculateR to vsop87 module in @observerly/astrometry by @michealroberts in #368
- feat: add getSolarEclipticCoordinates() to sun module in @observerly/astrometry by @michealroberts in #369
Accuracy
- refactor: amend getSolarEquatorialCoordinate() to use accurate ecliptic coordinate lookup in sun module in @observerly/astrometry by @michealroberts in #370
Full Changelog: v0.51.0...v0.52.0