Replies: 3 comments 2 replies
-
Thanks for your appreciation @tutucea , I am also interested that this work is transferred to Python. It would be nice if you could use different engines there like swisseph, astropy or skyfield. Maybe you could start with that. FixingState represents the small symbol next to the planets in the online chart calculator (triangle up, triangle down or star). For transit or composite charts: The FixingState can be changed by the other planets and if this happens, then the property FixingStateChangedByComparer is true. Note that as of version 1.0.0, the FixingState can no longer be found in the Activation class, but in the PlanetaryFixation class. The charts now have their own property for the planetary fixations. |
Beta Was this translation helpful? Give feedback.
-
this is skyfield
this is pyswisseph
and lastly pure C
forgot we also have javascript used with swisseph
i played with those a lot , the results are the same maybe once in a blue moon I got a 0.01 difference but that might come from the way things are processed |
Beta Was this translation helpful? Give feedback.
-
this is an actual birth chart( i used Ra's birthday as example)
only gate and line, if you look at design birthday there is a difference .. on the second code i used decimal time, 5.0835( may have to look up documentation and see which way is correct)
|
Beta Was this translation helpful? Give feedback.
-
Even tho I can't test your app mostly because I have a super cheap Linux laptop, i love the fact that you put work into this and open source it .. I do have a question for you tho about FixingState.. does that cover everything including transits and composite charts ? Also I want to say that few months back i started using swisseph with python myself but everything i wrote so far only works in terminal :)
Beta Was this translation helpful? Give feedback.
All reactions