Closed velkyvont closed 2 years ago
seems like I used the parameters wrong, this version works well:
swe.rise_trans(jd_start=swe.julday(int(self.date.strftime("%Y")), int(self.date.strftime("%m")), int(self.date.strftime("%d"))), body=swe.SUN, lon=self.long, lat=self.lat, rsmi=swe.CALC_RISE | swe.BIT_HINDU_RISING)[1][0]
swe.BIT_HINDU_RISING seems to be ignored
in both cases I get the same result:
I don't understand. Bug or my mistake?