Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

swisseph · Swiss Ephemeris Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 628
  • Category: Development
  • Founded: Mar 26, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2429 - 2458 of 3970   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2429 marlonrosenthal Send Email Jul 1, 2009
6:36 pm
Hello, I am using the Swiss ephemeris on two Windows XPPro-computers. I am calculating within Excel with VBA. I put the swisseph.dll in the windows system32...
2430 Rüdiger Plantiko
ruediger.pla... Send Email
Jul 1, 2009
7:50 pm
Dear Marlon, if the ephemeris folder is on the same places in both computers, and the DLL can be found on both computers, maybe it's not an identical XLS? What...
2431 ski woka
skiwoka Send Email
Jul 2, 2009
3:39 am
I was having a similar problem trying to calc the Gal centre. The following code seemed to solved that: Public Function Open_Ephemeris()    swe_set_ephe_path...
2432 Jonathan Dunn
jonathanclar... Send Email
Jul 4, 2009
3:46 am
hi looks like ftp not accepting anonymous logins right now. Also - regarding large files - is it possible to get one generated for 1996 TL66 aka #15874? Or is...
2433 Alois Treindl
aloisya2000 Send Email
Jul 4, 2009
8:27 am
Sorry, the ftp server had stopped due to a system reboot, and we did not notice that it was not restarted. I have made the long file you requested, and am...
2434 Jonathan Dunn
jonathanclar... Send Email
Jul 4, 2009
10:35 am
Thank you! ... [Non-text portions of this message have been removed]...
2435 ACTdotcom Send Email Jul 7, 2009
1:40 pm
Does anyone have the Swiss Ephemeris in Java available?...
2436 Thomas Mack
mack3457 Send Email
Jul 7, 2009
2:28 pm
... http://th-mack.de/international/download It is version 1.75.00. I started on 1.76.00, but it will take some more time....
2437 ACTdotcom Send Email Jul 7, 2009
3:13 pm
Thanks so much, Thomas! What will be the differences in 1.76? Best regards, Caroline...
2438 Thomas Mack
mack3457 Send Email
Jul 8, 2009
7:22 am
... Well, I do not really know. I just convert whatever is there in the original version. There are some functions new dealing with UTC, and there are...
2439 ACTdotcom Send Email Jul 9, 2009
11:51 pm
Sorry for the delay, but thanks again for your timely answers about your Java interface. All the best, Caroline...
2440 chshook2001 Send Email Jul 10, 2009
4:54 pm
I'm new to this group, but would like to see if anyone else has run into this issue. I using the Java port of Swiss Ephemeris 1.75.0 and using the swe_calc()...
2441 Alois Treindl
aloisya2000 Send Email
Jul 10, 2009
5:00 pm
... As we do not know what you are computing, it is to be assumed that the error is on your end. If you try swetest, it gives swetest -p2 -b31.10.2009 -n10...
2442 Thomas Mack
mack3457 Send Email
Jul 10, 2009
6:50 pm
... There must be some error in your code. The java code gives identical results: mack@is41 ~...swiss/1.75.00/java/swisseph 303 > java Swetest -p2 -b31.10.2009...
2443 Mike Adams
adam160mr Send Email
Jul 10, 2009
7:18 pm
If you are working in java, you might find http://www.adammr.com/release.html helpful. I"m running an older version of the port to java but the function calls...
2444 C. Shook
chshook2001 Send Email
Jul 11, 2009
9:08 am
Thanks for the suggestion, I'll double check my code, what's puzzling is that I'm invoking the same method for each date. Basically what I'm doing is marching...
2445 C. Shook
chshook2001 Send Email
Jul 11, 2009
9:08 am
Mike, Thanks very much!! ... From: swisseph@yahoogroups.com [mailto:swisseph@yahoogroups.com]On Behalf Of Mike Adams Sent: Friday, July 10, 2009 12:18 PM To:...
2446 C. Shook
chshook2001 Send Email
Jul 11, 2009
9:09 am
Thomas, Thank you very much for the offer, what is the best way to contact you? - Charlie ... From: swisseph@yahoogroups.com...
2447 Thomas Mack
mack3457 Send Email
Jul 13, 2009
5:36 am
... Well, you can contact me by email. The address is mentioned on my home page. You can also contact me by phone (also on my homepage), but it might be more ...
2448 najboljicar Send Email Jul 13, 2009
11:19 am
I would like to know is swedll32.dll multithreading library? Can i call swe_calc_ut() two times at the same moment? For multithreading and for faster result...
2449 Alois Treindl
aloisya2000 Send Email
Jul 13, 2009
11:22 am
See Programmer&#39;s docu, chapter 25.1 which says: IMPORTANT: The Swisseph DLL will not work properly if you call it from more than one thread. The simple...
2450 skylendar Send Email Jul 14, 2009
12:28 pm
2 or 3 years ago, I proposed a thread-safe version of swisseph, but due to the mild reactions from the users, this version is abandoned. Sorry...
2451 Alois Treindl
aloisya2000 Send Email
Jul 14, 2009
12:51 pm
In my eyes, one of the problems is: is there an OS independent way to make such a thread-safe version? SwissEphemeris is written in highly portable C and...
2452 Mark McClellan
markpmc.geo Send Email
Jul 14, 2009
8:10 pm
I'm confused by some of the flag options in the Programmers reference. Which option/flag should I use if I'm trying to get both: 1. distance from planet earth ...
2453 skylendar Send Email Jul 15, 2009
12:29 pm
... Excellent question. The reeentrant version I made was designed only for gcc. That being said, it exists a mechanism named OMP (open multiprocessing) that...
2454 Stupar Marko
najboljicar Send Email
Jul 15, 2009
4:44 pm
From: skylendar Sent: Wednesday, July 15, 2009 2:28 PM To: swisseph@yahoogroups.com Subject: [SWISSEPH] Re: Multithreading Yes it would be nice that...
2455 Bogdan Krusinski
bogdanfrkr Send Email
Jul 16, 2009
10:19 am
My vote would be for: to isolate all static variables into separate structure, and make second set of functions, with pointer to that structure passed as a...
2456 satyag Send Email Jul 16, 2009
11:56 am
Hi All, Did any one compile swisseph on MAC machines? Any instructions for compiling will be highly appreciated. Regards amruth...
2457 99astro
djtankh_irtra Send Email
Jul 21, 2009
3:52 pm
Hi! I know, that with swetest.exe I can get the rise and set time at a given place of any celestial body of the Solar system, but is there a way to get the...
2458 Dieter Koch
artizarrak Send Email
Jul 21, 2009
7:22 pm
2009/7/21 99astro <99astro@...> ... Try swetest with option -metr (= meridan transit). Regards Dieter ... [Non-text portions of this message have...
Messages 2429 - 2458 of 3970   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help