Tag: pyephem

与Lahiri Ayanamsha的瑞士星历侧面模式给出了错误的价值观

我试图产生经度的行星。 我用瑞士星历dll做了我所有的努力工作。 然而,令我不幸的是,瑞士星历对于恒星模式Lahiri Ayanamsha所产生的价值远离我的其他vedic软件或在线门户网站(包括JuniorJyothsh ),大约需要25分钟,特别是月亮。 我已经下载了.se1文件(用于行星和月球)并使用了非常精确的瑞士星历模式。 此外,我设置了Sidereal模式,Lahiri Ayanmsha Flag,Topocentric Flag。 我还设置了topolgy纬度和经度位置。 令我困扰的是,包括Jumior Jyothish在内的所有其他在线vedic图表生成器的值似乎相互匹配。 我不确定我做错了什么。 这是一个链接到我的代码瑞士星历表在git上的.NET中使用的示例代码片段 [Test] public void ShouldGetAllPlanetValues() { var errorMessage = new StringBuilder(1000); var longitudeAndLatitude = new Double[6]; var cusps = new Double[13]; var ascentantAndMore = new Double[10]; var julianDayNumbersInEtAndUt = new double[2]; TimeZoneInfo indiaTimeZone = TimeZoneInfo.FindSystemTimeZoneById(IndiaStandardTimeZoneId); var ephemerisTablesPath = new StringBuilder(@”../../../EphemerisFiles/”); swe_set_ephe_path(ephemerisTablesPath); […]