Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

House calculation #69

Closed
generalsvr opened this issue Dec 27, 2021 · 1 comment
Closed

House calculation #69

generalsvr opened this issue Dec 27, 2021 · 1 comment

Comments

@generalsvr
Copy link

I have a problem with house calculation. Here is code example:

date = Datetime('1930/01/01', '10:00', '+00:00') pos = GeoPos("55N45","37E36") chart = Chart(date, pos, hsys='Placidus', IDs=const.LIST_OBJECTS) sun = chart.get(const.SUN) sunhouse = chart.houses.getObjectHouse(sun) print(sunhouse)

The result is <House9 Capricorn +01:01:35 15.506900746302676>

I tried a lot of different services, here is what they show:

Screenshot from 2021-12-27 13-33-40
Screenshot from 2021-12-27 13-32-19

Everywhere hsys == Placidus. Can you tell me why the results are different?

@joaoventura
Copy link
Contributor

Do you want the cusp of the house where the Sun is in, or do you want to know the position the sun is?
I've just tested it, if you do print(sun) you'll get those 10º16 Capricorn (Position of the sun in capricorn)...
But if you print the house by doing print(sunhouse), it'll print 01º01 Capricorn which is the position of the House 9 cusp..

Do you know the difference between a planet and an astrology house?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants