You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the given quick documentation, after instantiating the Origin and consequently using it to instantiate the Horoscope, the Houses should be calculated and ready to be found at Horoscope.Houses. However, the results found at each and every house array item contains the same position (Houses[0] -> ChartPosition -> StartPosition -> Horizon -> ArcDegrees). Seems like the first house (asc) is calculated properly, but then all other houses just repeat the same position degrees from the Ascendent. I used both the time and date and lat and long entry data to instantiate the Origin.
Another potential bug: Horoscope -> Ephemeris -> pluto -> position -> constellation seems to be off by one Sign. (pluto given here is of course just an example...).
The text was updated successfully, but these errors were encountered:
I used both the time and date and lat and long entry data to instantiate the Origin.
Could you remind me what that date/time and lat/lng was? I'll test it out and see what the issue might be. Was it the date/time in the demo? (July 13th, 1981...)
Hi, it seems to me that I was not properly importing this into my Angular app(according to the webpack config, release version should be commonjs), and also I did not have the latest version. After updating to the latest release and reworking my imports it seems to be running OK. And regarding the constellation, it seems like it is supposed to represent the 13 sign zodiac...?
According to the given quick documentation, after instantiating the Origin and consequently using it to instantiate the Horoscope, the Houses should be calculated and ready to be found at Horoscope.Houses. However, the results found at each and every house array item contains the same position (Houses[0] -> ChartPosition -> StartPosition -> Horizon -> ArcDegrees). Seems like the first house (asc) is calculated properly, but then all other houses just repeat the same position degrees from the Ascendent. I used both the time and date and lat and long entry data to instantiate the Origin.
Another potential bug: Horoscope -> Ephemeris -> pluto -> position -> constellation seems to be off by one Sign. (pluto given here is of course just an example...).
The text was updated successfully, but these errors were encountered: