Gionram.com is your gateway to the best sites on the Internet for computer hardwares! Looking for Computers, Domain Names, or Education? Browse our recommended...
1565
whikyb
Oct 4, 2007 5:49 am
I am interested in using the Swiss Ephemeris to do research on planetary phenomena. I am real good at using Excel and was wondering if someone out there had...
1566
ciuboda
Oct 4, 2007 5:59 am
You can use Configuration Hunter software ( http://www.configurationhunter.com ) for extrcting aspects and configurations. It is free and built on Swiss...
1567
Victor Reijs
victor_reijs
Oct 4, 2007 8:41 am
Hello Chick, I am using SE in Excel (but 2000 and 2002). I assume it is no problem to use it for 2007, but I am not sure! I once made the attached is someone...
1568
Геннадий ...
maverick_bg@...
Oct 4, 2007 9:40 am
Hi! Can somebody prompt how to calculate planet returning by means of Swisseph? Even a small example, please...
1569
Thomas Mack
mack3457
Oct 4, 2007 10:04 am
... Are planet returns == transits? If so, I implemented such thing in Java but not (yet) for C. (Should not be a major problem to rewrite it for C, I think....
1571
Allen
a_edwall1
Oct 14, 2007 6:29 pm
Would anyone care to tell me why the swe_revjulday appears to be "broken" when using an exact Julian day at midnight? In Visual Basic: JD = 2454388.5...
1572
Thomas Mack
mack3457
Oct 14, 2007 7:00 pm
... It "appears" like this, when your code is incorrect. Maybe. ... mack@is41 ~/java/swiss/1.71.00-02/c 255 > ./swetest -bj2454388.5 -p0 ./swetest -bj2454388.5...
1573
Otis
a_edwall1
Oct 14, 2007 8:01 pm
... rounding method on your side... It appears to be in the way VB and the SE handle the swe_revjul function together in unison. My code is what it is and...
1574
Alois Treindl
aloisya2000
Oct 14, 2007 8:07 pm
... I think swetest should not round the time to midnight, but round down to 23:59:59 until fract(jd) >= 0.5...
1575
Otis
a_edwall1
Oct 14, 2007 9:07 pm
I agree with your logic. Course, that doesn't solve the problem for VB users (they should do a similar thing, though), but that's another issue and one that...
1576
Thomas Mack
mack3457
Oct 14, 2007 9:14 pm
I saw a problem with swetest.c now, which rounds date and time differently. So a solution is to move the line 932: t2 += 0.5 / 86400; /* round to second */ ...
... thanks, Thomas. The swetest.c code at that place is rather obscure and messy. We will make it more logical. In fact, it does not use the returned hour...
1579
a a
mamba60
Oct 19, 2007 10:13 pm
tried varying the value of ephemflag by setting it to 50, planet number 0 and starname to spaces since I am not looking for a star, this time when executed it...
1580
a a
mamba60
Oct 20, 2007 8:35 am
Emergency over, managed to call the function correctly by looking at the archives tried varying the value of ephemflag by setting it to 50, planet number 0 and...
1581
Ilanchezhian.K
chezhian_12
Oct 22, 2007 12:59 pm
Hi All, I'm developing an application to find sunrise time in J2ME using swisseph. With the available package , I'm able to find the above as a desktop...
1582
Thomas Mack
mack3457
Oct 22, 2007 1:03 pm
... Why is it not acceptable? Thomas Mack...
1583
Ilanchezhian.K
chezhian_12
Oct 22, 2007 1:36 pm
Hi, I compiled all the java files as given in README file after extracting from "swisseph-1.71.00-java-src-02". Then , with all the classes , I made a jar file...
1584
Thomas Mack
mack3457
Oct 22, 2007 2:12 pm
... Ok, I don't know, what all your tools are doing, but swisseph.CFmt is used only, when you precompile with -DORIGINAL which you should not do normally. The...
1585
99astro
djtankh_irtra
Oct 22, 2007 3:44 pm
Hi! ... Just to find Sunrise? Why use SWEph just for this? It's like shooting on a sparrow with a cannon... If you just want to calculate the Sunrise/Sunset...
Hi, Actually now I'm trying to do that... If I get succeeded , I've plan to find other things like house position and longitudinal position of Sun and...
1588
Ilanchezhian.K
chezhian_12
Oct 23, 2007 7:10 am
Hi, Thank you very much for that algorithm...In that , we are calculating Sun's true longitude..right? Is that longitude varies for different places? Also, am...
1589
99astro
djtankh_irtra
Oct 23, 2007 8:13 am
Hi! ... You're welcome. :-) ... Huh????!?! ... It varies ONLY with time. The position (coordinates) of any celestial body on the Ecliptic or Equator depends...
1590
a a
mamba60
Oct 23, 2007 8:13 am
Just wondering if anybody has this problem with swe_rise_trans, I am calling it from VB6 and every time it gets to the statement VB6 crashes with no error...
1591
Ilanchezhian.K
chezhian_12
Oct 23, 2007 10:10 am
Hi , I've a doubt in this... I tried this algorithm in a desktop application... Actually first I found Sun's true longitude and it will vary with time..I got...
1592
Ilanchezhian.K
chezhian_12
Oct 23, 2007 12:03 pm
Hi All, if anybody successfully used the SwissEph package in J2ME , please let me know. Thanks, Chezhian...
1593
Allen
a_edwall1
Oct 23, 2007 4:45 pm
Perhaps you can use this to get sunrise and sunset: 'get sunrise and sunset times Dim tret(20) As Double Dim geopos(10) As Double Dim adj As Double Const...
1594
99astro
djtankh_irtra
Oct 23, 2007 4:48 pm
Hi! ... Hey, Chezian! Just think before asking such dumb questions... ;-) This routine calculates the time of Sunrise or Sunset (hours, minutes and seconds) on...