... Yes, looks nice. And if you need the dates when a planet becomes retrograde or direct or a similar concept to swetest.exe, you can use the Java version of...
2726
Ed Falis
efalis
Sep 9, 2010 2:58 pm
On Thu, 09 Sep 2010 10:46:49 -0400, kalyanaraman.venkataramani ... This should do it for you: http://www.configurationhunter.com/astrology-tools/aspects-hunter...
2725
kalyanaraman.venkatar...
kalyanaraman...
Sep 9, 2010 2:46 pm
Thomas, Thanks a lot for the info. Also is there any way we can calculate transit, can you please let me know if any software available that do this transit...
2724
Thomas Mack
mack3457
Sep 9, 2010 2:34 pm
... There are no transit calculations implemented in swetest. Retrograde movement you will see from the speed of the planet. If it is less than 0, than the...
2723
kalyanaraman.venkatar...
kalyanaraman...
Sep 9, 2010 1:34 pm
Hi all, I am new to this group. I am trying to get some ephemeris data using swetest.exe. I am interested in calculating retrogade and sextile calculations....
2722
solar_wind_tripper
solar_wind_t...
Sep 6, 2010 5:25 am
Finally, I have a match! I was using Eastern Standard Time. Once I added the extra five hours back in, and turned off the Topographic flag, my planets...
2721
Ed Falis
efalis
Sep 4, 2010 2:27 pm
Also do not convert the standard time for the event to local mean time - convert it directly to UT using the time zone difference for input....
2720
astropalaver
Sep 4, 2010 2:12 pm
Brin, Sorry about all my confusion yesterday; it was a 14 hour work day. But today I am even more confused by your reply. A valuable test would be to pick a...
2719
solar_wind_tripper
solar_wind_t...
Sep 4, 2010 11:03 am
After dropping the Equatorial flag, I added in a section to give me Sidereal time. I had to manually convert clock time to Local Mean Time (Minute 4 minutes...
2718
astropalaver
Sep 3, 2010 11:00 pm
Oh, and.. You do know that the minutes are decimal and should be converted to sexagesimal to express it as minutes? I still don't know what values you are...
2717
astropalaver
Sep 3, 2010 10:54 pm
Ooops, Sorry, I read it too quickly. Try using 60.0 instead of 60; your compiler might be doing something odd. You might try using fmod() if you need to...
2716
astropalaver
Sep 3, 2010 10:20 pm
Brin, Great! I see that you are using an int for : dCoordMinutes = ((dResultArray[0]-((double)iTotalDegrees))*60); casting that int to a double still won't...
2715
Ed Falis
efalis
Sep 3, 2010 8:36 pm
On Fri, 03 Sep 2010 16:02:03 -0400, solar_wind_tripper <wass0036@...> ... Wrong coordinate system. These are equatorial; you want ecliptical for the usual...
2714
solar_wind_tripper
solar_wind_t...
Sep 3, 2010 8:28 pm
You're right! I thought that setting the the function to equatorial coordinates would get me a value between 0 and 360 degrees, whereas using longitude would...
2713
solar_wind_tripper
solar_wind_t...
Sep 3, 2010 8:28 pm
Understood. Here's the function that I'm calling to calculate planet positions: void CalcPlanets() { //variable declaration int iFuncResult, iConfigFlags,i; ...
2712
Zodiaco
zodiac1428
Sep 3, 2010 12:54 pm
A question, how much are precise the Eris ephemeris when calculating century's ago...??? In my forum are investigating about the Mongol period, and there are...
2711
astropalaver
Sep 3, 2010 11:59 am
Brin, Without more information there isn't any way to discover the source of your error. If you showed how you called the function and what you expected,...
2710
solar_wind_tripper
solar_wind_t...
Sep 3, 2010 11:05 am
I'm writing a little C program to output planetary positions in a particular format (audio, but don't worry, that's not the problem). I've gotten to the point...
2709
Johannes Brilleman
siabod76
Jul 30, 2010 11:26 am
Dear all, I have been raised in such a way that identifying mistakes and accepting them should always be encouraged. As such, after my brief exchange with Mr....
2708
Johannes Brilleman
siabod76
Jul 30, 2010 10:42 am
Dear Juan, It is a great honour to recieve your reply, I have been aware of your website for quite some time and it has really shaped a lot of my research. To...
2707
Juan Revilla
asbolo
Jul 30, 2010 10:21 am
... I suggest you read: http://www.expreso.co.cr/centaurs/blackmoon/barycentric.html particularly part VII "The oscillations", where the first few analytical...
2706
Johannes Brilleman
siabod76
Jul 30, 2010 6:23 am
Dear Sham, Well, perhaps you are right! I should draw this to compare. Distance as a function over time. Alright, thanks for the feedback! With best regards, ...
2705
siabod76
Jul 29, 2010 10:28 pm
Dear Mailinglist, I was kindly directed by the webmaster of Astrodienst to your list. I quickly browsed around the older messages to find an answer on my...
2703
Juan Revilla
asbolo
Jul 29, 2010 3:27 pm
... Go to the "Numerical Recipes in C" site, http://www.nrbook.com/a/bookcpdf.php Look for Ch. 9 "Root Finding and Nonlinear Sets of Equations" and read the...
2702
jaffnaman23
Jul 29, 2010 12:27 pm
Dear Alois Treindl, Thanks for the quick help and spending few minutes for me when you are busy !! Although I don't know what is "Quadratic Interpolation" -...
2701
Alois Treindl
aloisya2000
Jul 29, 2010 11:01 am
PS: We consider problems like this to be 'application domain problems'. They need to be solved by the programmer who creates an application, they are not...
2700
Alois Treindl
aloisya2000
Jul 29, 2010 10:49 am
This is the same problem as computing a transit. You need to do it with interpolation, in an iteration loop. Calculate the Sun's position in a regular step,...
2699
jaffnaman23
Jul 29, 2010 7:55 am
Dear Alois Treindl & Friends, I want to get the Date & Time when a Planet comes to a particular position; for an example, find out the Time (Date & Time) when...
2698
Pavel
zodiacon
Jul 29, 2010 4:09 am
This is a recurring question. the swiss ephemeris DLL is not a COM DLL so cannot be added like that. It's a C style DLL, and needs to be accessed (from .NET ...
2697
Wallace Riccardo
fxwatchman
Jul 29, 2010 4:02 am
Did you figure out the solution? I made it work using C++ 6.0. If you are interested in research, we can collaborate. I have a small group of people that all...