Dear all i just started an astrology software development and i am stucked can any one tell me how to add Swiss ephemeris from astro .com i am doing this thing...
2865
Victor Reijs (lists)
victor_reijs
Apr 2, 2011 10:58 am
Hello, I think there are several earlier -email on this subject I think in the archive of this e-group. Could you browse that and perhaps that provide some...
2866
Charles Thompson
astro.charles@...
Apr 5, 2011 2:06 am
Hello, I've recently downloaded the Perl version of SwissEph. I've built the library, together with a little program to do some calculation routines in my...
2867
Someshwar U
somnath.astro
Apr 5, 2011 7:55 am
Dear coolabhinav4u2003 please download sample program mes and programmers documentation from astro.com .Read the docs care fully .You need programming skills...
2868
Dieter Koch
artizarrak
Apr 5, 2011 7:57 am
Charles, the problem may be that the define SE_FNAME_DE405 exists in the C version but does not exist in the Perl version of the Swiss Ephemeris. So you should...
2869
Charles Thompson
astro.charles@...
Apr 5, 2011 10:57 am
Nice to meet you Dieter, I've build the library from the C source code in the Perl package, but I made a test program in C - not Perl; it seems it recgonizes...
2870
Alois Treindl
aloisya2000
Apr 5, 2011 11:01 am
I was mistaken, should have looked at the source code first. The slash at the end of the path is not relevant, the internal code checks whether it is there,...
2871
Charles Thompson
astro.charles@...
Apr 5, 2011 11:40 am
I've noticed that: I've also tryed set_ephe_path("user/ephemeris") and the error returned referred to "user/ephemeris/" Regarding swe_set_jpl_file...
2872
Paul Elliott
pelliott@...
Apr 5, 2011 11:40 am
... Ok, I only looked in the tarball. The doc files are not in the released tarballs. I take it that the the terms of LICENSE also apply to the doc files in...
2873
Balazs Nemes
baleesoft
Apr 5, 2011 11:41 am
Hi Mihai, I think this is what you want: http://sites.google.com/site/pymorinus/ this is a python based program, which use swedll32.dll. This is a free ...
2874
Charles Thompson
astro.charles@...
Apr 5, 2011 6:38 pm
Hello, I made another test: I've called swe_set_ephe_path("user/ephemeris/"), putted the iflag equal to 1 (in swe_calc) and runned the program without...
2875
Alois Treindl
aloisya2000
Apr 5, 2011 7:28 pm
Please use an abolute path name, beginning with /...
2876
Charles Thompson
astro.charles@...
Apr 5, 2011 8:20 pm
Well, I made some progress... I've putted "/user/ephemeris/" as path, and inside the files 'sepl_18.se1' and 'semo_18.se1'. I've got a returned flag of 2...
2877
Alois Treindl
aloisya2000
Apr 5, 2011 8:23 pm
... try md5sum de406.eph it should give 4fa7a6ab035f9d120b6d9684448bd606...
2878
Charles Thompson
astro.charles@...
Apr 5, 2011 8:30 pm
... It gives df0c200eccf0d91a9df1cbf2762eac47 Definetly something wrong here.... Charles [Non-text portions of this message have been removed]...
2879
Paul Elliott
pelliott@...
Apr 5, 2011 9:39 pm
How about files like fixstars.cat sefstars.txt seleapsec.txt seorbel.txt sedeltat.txt.inactive that are in the src directory? Does anyone forsee a day when...
2880
Charles Thompson
astro.charles@...
Apr 5, 2011 11:31 pm
The JPL file was corrupted. All is working now. Sorry to have bothered you. Thanks. Regards, Charles [Non-text portions of this message have been removed]...
2881
Alois Treindl
aloisya2000
Apr 6, 2011 6:00 am
well, download it again. Until you have the right md5 signature....
2882
Alois Treindl
aloisya2000
Apr 6, 2011 6:03 am
If we would need to change a file format, we would also change the name of the resource files, so there would never be an attempt of old-version software to...
2883
Charles Thompson
astro.charles@...
Apr 6, 2011 11:04 am
Hi Alois, I've downloaded again; now the program is working - thanks. Regards, Charles To: swisseph@yahoogroups.com From: alois@... Date: Wed, 6 Apr 2011...
2884
Charles Thompson
astro.charles@...
Apr 6, 2011 12:09 pm
Sorry to bother again. To use swe_set_tid_acc for DE406, do I declare before calculating deltat: swe_set_tid_acc(-25.7376); ? Or must the value be positive? ...
2885
Alois Treindl
aloisya2000
Apr 6, 2011 12:17 pm
Please RTFM = read the fine manual http://www.astro.com/swisseph/swephprg.htm#_Toc283735474 or the source code to find the values of the constants used. or...
2886
Charles Thompson
astro.charles@...
Apr 6, 2011 1:19 pm
... Well, I've allready read the manual, and variables like SE_TIDAL_200 don't exist in swephexp.h - like others DEs. Maybe I looked up wrong. However, I've...
2887
f_rouleau
Apr 12, 2011 5:11 am
Hi I call the function "swe_fixstar_ut("Polaris", JdUT, iFlag, xx, sErr)" to get the tropical longitude of Polaris and it give me a position around 7...
2888
Alois Treindl
aloisya2000
Apr 12, 2011 5:35 am
I do not know what you are having in your function paramaters, and whyt you do with your return values, not having seen code which reproduces the problem. But...
2889
Francois Rouleau
f_rouleau
Apr 12, 2011 6:20 am
Since that time I fixed the problem by re-downloading the file fixstars.cat. Thanks ... [Non-text portions of this message have been removed]...
2890
Dieter Koch
artizarrak
Apr 12, 2011 7:14 am
Hi, I cannot reproduce your error. To me, it gives a correct longitude around 28 gemini for Polaris. I assume that there is something wrong with your fixed...
2891
arthur.fatecsp
Apr 13, 2011 10:05 pm
Hi, I'm Student here in Brazil. Someone can help me? I've been trying to add the dll files and use them in a software to test. But I don't have success... ...
2892
llemesev
Apr 13, 2011 10:06 pm
Hello to all. I am programming in C#.NET. Until now I've had no problems with functions like swe_calc and swe_houses. But recently i tried to get swe_fixstar...
2893
Suresh Ramasamy
suresh@...
Apr 14, 2011 12:51 am
You'll need to do P/Invoke on the swiss ephemeris functions. On Thu, Apr 14, 2011 at 2:58 AM, arthur.fatecsp <arthur.fatecsp@... ... [Non-text...