Hi; I need to get the most precise calculation for the time period of a Saturn Return. I currently have 29.64818 years and that is not accurate enough for my...
550
Rico Jansen
v_ger
Nov 6, 2005 4:35 pm
You probably never will get one. All the planet orbits are perturbed by mutual attraction. This orbit period may not be the same as the next or 10 laps later....
551
beno
purabachata
Nov 6, 2005 5:32 pm
Hi; I'm in the process of writing a software program that will calculate many astrological aspects, etc. I need to find a source that has the formulas for...
552
Jonathan Dunn
jonathanclar...
Nov 6, 2005 7:06 pm
On Sun, 06 Nov 2005 12:24:39 -0400, beno wrote ... All orbital elements are osculating. Saturn has no railway-schedule it is obliged to follow, however: Are...
553
beno
purabachata
Nov 6, 2005 7:18 pm
Well, I have 10829 days and I need the fraction beyond that. I once had a more accurate number that was that figure plus a fraction. Whether that's sidereal,...
554
Jonathan Dunn
jonathanclar...
Nov 6, 2005 7:31 pm
On Sun, 06 Nov 2005 15:17:21 -0400, beno wrote ... nope. But I think your 10829.xxx figure is toast. Best of luck....
555
beno
purabachata
Nov 6, 2005 8:31 pm
Well, I found it twice... On Sun, 06 Nov 2005 15:29:42 -0400, Jonathan Dunn <jon@...> ... -- Using Opera's revolutionary e-mail client:...
556
seagtgruff@...
seagtgruff
Nov 6, 2005 11:44 pm
... I'm not sure what you are asking about. Do you mean "aspects" as in conjunction, opposition, trine, square, etc., or "aspects" in a more generalized sense ...
557
eduardovich_01
Nov 7, 2005 3:34 am
Sorry if my question is stupid (it seems so),but anyway.. I've made code in VBA and it works. In vb.net when I try to execute my code I get message in "Try-...
558
baldeagle109
Nov 9, 2005 8:43 pm
Howdy, I know that the docs say that swissephe is not thread safe. If I were to put one lock around every api call would I be able to call swisssephe from...
559
Thomas Mack
mack3457
Nov 10, 2005 1:19 pm
... were to put one lock ... multiple threads in that case? ... swisseph depends heavily on some(?) global structures like swe_data. It will not be very easy...
560
Alois Treindl
aloisya2000
Nov 10, 2005 1:46 pm
... I am not a Windows programmer, and not familiar with threads on that OS. But I assume the problem is that thread switching can occur at any time, i.e. also...
561
baldeagle109
Nov 10, 2005 3:47 pm
... I'm doing this on MacOS X, but I don't really see what the host OS has to do with it. ... So the "one big lock" strategy should work? Use a single mutex...
562
António
xzytec
Nov 10, 2005 7:43 pm
Hello, I am not an expert on Oses, but as far as I know the fact that SE uses global data does not cause any problem under Windows, either with static or...
563
António
xzytec
Nov 10, 2005 8:52 pm
In other words, if in your application you create multiple processes instead of multiple threads, you can then safely call SE from every process. What you will...
564
the_chaldean
Nov 11, 2005 2:25 pm
I, too, am having programmer nightmares with this function inside Excel as a VB function. It returns values that are not right. FOr this time of the year at my...
565
timholland@...
tim50stroud
Nov 11, 2005 2:30 pm
... Compared to what other source of sunrise information?...
566
The Magus
the_chaldean
Nov 11, 2005 2:31 pm
Solar Fire and an excel spreadsheet I wrote based upon Meeus ... [Non-text portions of this message have been removed]...
567
EHL
ernesto_laban
Nov 11, 2005 3:09 pm
Hello Ken, A few remarks. - be sure to calculate the lat and long correct for the function especially the fractions - look at the rsmi parameter for finetuning...
568
The Magus
the_chaldean
Nov 11, 2005 3:47 pm
I was not totally clear. the change from day to day is 1 minute 8 seconds I do have the lat/longs figured aright. I did change the rsmi parameter as suggested...
569
Thomas Mack
mack3457
Nov 12, 2005 8:06 am
... time, ... before ... and ... time ... Threads will not work, multiple processes will do. If - as an extreme example - one thread calls swe_close(), ANY...
570
charwoman33
Nov 12, 2005 6:50 pm
Recently acquired a Jornada 720 Handheld PC 2000 (win CE 3.0), which I cannot find a simple calculation program for. Programs exist that purportedly work with...
571
Rüdiger Plantiko
d022902
Nov 12, 2005 8:03 pm
Hi Thomas, as I mentioned once, I have changed your java port in such a manner that the sensitive calls are enclosed in 'synchronized39; blocks. The computing...
572
Tim Holland
tim50stroud
Nov 12, 2005 9:12 pm
I'd love to try use SE with a handheld, but have neither the tools nor the handheld! I'm interested if anyone else knows the CE environment, but i've a sneaky...
573
Thomas Mack
mack3457
Nov 13, 2005 7:13 am
Hello Rüdiger! ... Yes, I remember, you asked about that. Even though I was rather positive about it that time, I can't think about it working correctly,...
574
Thomas Mack
mack3457
Nov 13, 2005 7:23 am
... which ... that ... the ... I once had a request from a person owning a HP Journada to see, if I could adapt a Java program with the port of SE to his Java...
575
António
xzytec
Nov 13, 2005 9:45 am
As the old saying goes, there is more than one way to skin a cat. Thread safety could also be achieved by the introduction of the concept of a "context". Some...
576
Char Woman
charwoman33
Nov 13, 2005 3:03 pm
Hi Tim, I'm coming very late to mobile devices (only got my first cell phone last year, which I barely use, and prefer desktops to laptops). The Jornada 720...
577
Rüdiger Plantiko
d022902
Nov 13, 2005 5:58 pm
Hello Thomas, in the contrary, I have the feeling that it *is* possible to get the functions of swiss ephemeris to work in a thread safe manner. At least for...
578
Pedro Santos
bizarrologia
Nov 18, 2005 7:45 am
Hi all, I'd like to let you know that I've started writing a Ruby extension that will allow Ruby developers to use Swiss Ephemerids libraries, the name of the...