peakvisor / skygazing

Celestial Calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moon location issue

dangerden opened this issue · comments

Here's a screenshot with the problem taken in the PeakVisor app (iOS)
IMG_8714

There's a vertical difference in the projected Moon location.

Here're images to debug the issue. It might be related to iOS app using an outdated version of the library or it using the wrong interface. Either way it should be solved.

commented

Yes, iOS app was using an outdated version of the library. Also, celestial objects distance is now counted from the observer. To get the distance from the Earth center, use
CelestialObjectObservation::geocentricDistance

@eofom it seems like a podspec was added like a part of the fix? it might be useful to register it to make it easily available to others.