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

Ошибка в при попытке рассчитать карту на дату 74 г. н. э. #1

Open
s-agapov opened this issue Oct 22, 2023 · 0 comments

Comments

@s-agapov
Copy link

s-agapov commented Oct 22, 2023

Ошибка в при попытке рассчитать карту на дату 74 г. н. э (из Vettius Valens Antology). Программа падает с ошибкой для расчета Хирона.

openAstro.event_dt_str("Vettius Valens II.21.5", dt_str="0074-11-26 02:40:00", timezone=3, location="Москва", geolat=55.78472277151802, geolon=37.628137530436106)

/usr/local/lib/python3.10/dist-packages/openastro2/openastromod/swiss.py in init(self, year, month, day, hour, geolon, geolat, altitude, planets, zodiac, openastrocfg, houses_override)
91 #compute a planet (longitude,latitude,distance,long.speed,lat.speed,speed)
92 for i in range(23):
---> 93 ret_flag = swe.calc_ut(self.jul_day_UT,i,iflag)
94 for x in range(len(zodiac)):
95 deg_low=float(x*30)

Error: swisseph.calc_ut: Chiron's ephemeris is restricted to JD 1967601.5 - JD 3419437.5

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

1 participant