I am trying to find elongation of venus and when its retrograde (Aug 2007 month, i find swiss ephemeries values different (major difference) than alcyon...
I have seen many astrology application coming up with different ayanamsha, Jagganath hora for example gives different ayanamsha than other softwares, Is there...
Along with regular body longitude and house position this tool calculates body's oblique longitude and house position 'in mundo' which are very important in...
Dear SWISSEPH members, seven years ago, somebody of this group (I don't remember his name) showed me how to access Swiss Ephemeris functions in an Excel sheet....
Dear Ed, ... thanks for the link! I will have a look at it! Regards, Rüdiger ~~~~~~~~~~~~~~~~~~~~~~~~ Dr. Rüdiger Plantiko Rehweg 19 CH-8400 Winterthur ...
Hello Rudiger, ... Someone also provided me help and thus got it working. But you did a VERY good job to document it on your web site. Good work!!! Thanks. All...
I believe there is a problem with your function: Public Function Deg(x As Double) As Double y = x + 0.0000000001 grade = Int(y) minuten = Int((y - grade) *...
The line below in Public Function Deg(x As Double) As Double: grade = Int(y) should be: grade = Fix(y) to handle WEST longitudes properly. Also, there are...
Hi, after installing AstroFrames some other swisseph-based programs stopped working properly. If anyone else has the same problem, this could help: It seems it...
... Yes, I need to improve the documentation. SF6 is the only one that I've seen that has this problem. If you select its sweph directory during installation,...
Not strictly a Swiss Ephemeris issue, but would appreciate comments. According to the American Ephemeris 21stC the moons true North Node moves retrograde on...
... You need three points in time to derive the osculating elements, of which the osculating node is a part. I think the American Ephemeris uses a larger time...
I develop PHP applications on my Windows PC and use swetest.exe to generate the needed calculations to test my PHP scripts. On my hosted Linux web server I use...
It all depends on what all things you have running on your windows box. Usually for server stuff use windows 2003 and use as little services as possible. ... ...
Hi All, I 'm using swisseph for past 4 or 5 months... I want to draw a birth chart for a person. ie., I'm given with location(lat and lon), date and time . ...
As a follow up to the below e-mail, I have PHPEd, which has a profiler that tells me what takes up the most time when running the PHP script. Here are the two...
Yes, there is something indeed wrong. But what? I run a comparable compiled VB desktop program using swedll32.dll (in other words, I do not run swetest.exe)...
... What is your idea about that? Of course it is a compiled executable. It is NOT VB or something like this, which may be interpreted (may it?). CALLING...
... I don't understand the difference. I call swetest from PHP and it is fast on UNIX. So why would calling swetest.exe from PHP be that much different? ... It...
... Don't know the reason, but at least it's a different operating system, which always focussed on monolithic programs, while Unix / Linux has it's roots in ...
Ok, I did some quick tests: On a Linux box with AMD XP1700+ with 256MB RAM it takes about 22 seconds to run swetest (time swetest -b1.1.0 -n32000 -pa >...
... I am using those switches. Apparently PHP doesn't like Windows - or vice-versa. ... Windows than on Linux. Yes, and I wonder if there is some option that...