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
I'm working on implementing a Transits chart and I need to list aspects for planets in a particular day.
I'm able to determine the aspect between two bodies with swe_calc_ut successfully but I cannot estimate how long that aspect will occur. So I need to represent the two dates where that aspect will stay, for example
Sun opposition Mars ✔️
20 Oct - 01 Nov
I know there is the next_aspect_with method under the contrib module but it can only display the future dates of that same aspect.
Hi folks,
I'm working on implementing a Transits chart and I need to list aspects for planets in a particular day.
I'm able to determine the aspect between two bodies with swe_calc_ut successfully but I cannot estimate how long that aspect will occur. So I need to represent the two dates where that aspect will stay, for example
I know there is the
next_aspect_with
method under the contrib module but it can only display the future dates of that same aspect.@astrorigin
The text was updated successfully, but these errors were encountered: