... which ... only ... I have a plea, that there's need for a function that will return full set of osculating elements for a givent T. Some "research ...
1686
JP
jpsaba28
Dec 5, 2007 7:41 pm
Dear Sir, I am upgrading my routines to VB2005 and I found some problems to access DLL from it. In VB6 everithing was fine.... There is a calling to PInvoke...
1687
smallufo
Dec 6, 2007 6:27 am
Hi : I am trying sidereal position coding recently. But about Ayanamsa , I don't know how to correctly code it now. The problem comes with...
1688
Bharathwaj N
bharathwaj_n
Dec 7, 2007 7:53 am
Hello Everybody, I m back finally sending a new message to the group. I m very happy to see the new emails which are coming in this group. I m also grateful to...
1689
Thomas Mack
mack3457
Dec 7, 2007 10:26 am
... Dear Barathwajji, in terms of houses, the first house is east, the 4th house north, the seventh house west and the 10th house south. In terms of signs, the...
1690
Thomas Mack
mack3457
Dec 8, 2007 12:01 pm
Hi! I updated the Java Port of swisseph to 1.72.00 including a first version support for mobile devices (JavaME / J2ME). JavaME is only supported for Moshier...
1691
Allen
a_edwall1
Dec 15, 2007 2:48 am
Would anyone know why the sunrise and sunset data for (Sydney Australia): swetest -bj2454448.5 -eswe -geopos151.2,-34.0,400 -rise comes out like this: rise -...
1692
ski woka
skiwoka
Dec 15, 2007 7:39 am
Could someone please help me with a sample code that you could share in Excel vba to calculate the distance from Sun, the radius vector of earth ? Many Thanx...
1693
Thomas Mack
mack3457
Dec 20, 2007 12:12 pm
... The JavaME portion of the code did have some problems with mathematical routines resulting in incorrect results. They should be resolved with the new ...
1694
vinayak.gokhale
Jan 3, 2008 8:42 am
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...
1695
vinayak.gokhale
Jan 3, 2008 9:09 pm
I have seen many astrology application coming up with different ayanamsha, Jagganath hora for example gives different ayanamsha than other softwares, Is there...
1696
Dmitry Leonov
elevenelefants
Jan 5, 2008 4:08 pm
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...
1697
Rüdiger Plantiko
d022902
Jan 6, 2008 6:37 pm
Dear friends of Primaries, based on Java, there is already such a freeware project on my web site. As a developer, you may have a look at ...
1698
Ed Falis
efalis
Jan 6, 2008 7:14 pm
On Sun, 06 Jan 2008 13:37:26 -0500, Rüdiger Plantiko ... Cool! I'll also mention AstroFrames, released under free beer/free speech terms at...
1699
Rüdiger Plantiko
d022902
Jan 7, 2008 8:03 am
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....
1700
Rüdiger Plantiko
d022902
Jan 7, 2008 8:14 am
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 ...
1701
Victor Reijs
victor_reijs
Jan 7, 2008 6:23 pm
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...
1702
Allen
a_edwall1
Jan 7, 2008 7:25 pm
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) *...
1703
Allen
a_edwall1
Jan 7, 2008 8:08 pm
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...
1704
Rüdiger Plantiko
d022902
Jan 8, 2008 7:58 am
Dear Allen, thanks for your input - I will FIX() this in the next days! :-) Regads, Rüdiger...
1705
Tomas
tomask42
Jan 13, 2008 6:45 pm
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...
1706
Ed Falis
efalis
Jan 13, 2008 8:06 pm
... 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,...
1707
Tim Holland
tim50stroud
Jan 16, 2008 7:36 pm
Not strictly a Swiss Ephemeris issue, but would appreciate comments. According to the American Ephemeris 21stC the moons true North Node moves retrograde on...
1708
Alois Treindl
aloisya2000
Jan 16, 2008 8:39 pm
... 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...
1709
Tim Holland
tim50stroud
Jan 16, 2008 9:10 pm
... That sounds like the answer; I wish American Ephemeris were as easy to contact and so quick with their response!...
... Thanks; yes, its matter of getting the right increment for calculation....
1712
Allen
a_edwall1
Jan 23, 2008 9:29 am
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...
1713
Vinayak Gokhale
vinayak.gokhale
Jan 23, 2008 6:00 pm
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. ... ...
1714
Ilanchezhian.K
chezhian_12
Jan 30, 2008 6:47 am
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 . ...