Hi, I am new to the SWE, so please be patient, if I ask something "silly". I'm a little bit confused abaout the things I need to complete my tasks.First of...
2669
Thomas Mack
mack3457
Jun 17, 2010 1:00 pm
... CGI scripts are just executable programs outputting the HTML code. So you can use any program to output your HTML code. There are three different...
2670
Rüdiger Plantiko
ruediger.pla...
Jun 17, 2010 8:52 pm
Dear Thomas, ... I agree with PHP (and I don't care about PHP, in fact :-) ). But for Perl, I have to contradict. Perl has an interface to Swiss Ephemeris, ...
2671
Juan M Puertas
juatman_2000
Jun 17, 2010 10:10 pm
Hello Frank: There are a Python interface to the Swiss Ephemeris. And with Python you can develop web pages. http://pypi.python.org/pypi/pyswisseph/1.76.00-1 ...
2672
Javier Reinoso - Astr...
josejavierre...
Jun 18, 2010 6:16 am
I am developping a planetarium, I have geocentric and heliocentric at this moment, how to calculate with the swiss ephemeris in the other palents how center???...
2673
Thomas Mack
mack3457
Jun 18, 2010 6:37 am
Dear Rüdiger, I didn't notice that one. So, it's good to know. Thanks, Thomas...
2674
trx32
trx3200
Jun 18, 2010 4:50 pm
Hi, I am tyring to calc the Secondary Progressed Houses... So far I get a good progressed MC using the basic formula of: ProgMC = NatMC + ( PSun - NSun ) but...
2675
Ed Falis
efalis
Jun 18, 2010 4:55 pm
... Seems so. Do you make sure you're using the same geographic latitude as for the other programs?...
2676
trx32
trx3200
Jun 18, 2010 5:17 pm
... Yes, for example I call XIn[0] = 188.096; // Longitude of Progressed Mc XIn[1] = 41.36; // My Latitude XIn[2] = 1; // Doc said put 1 here.. esp =...
2677
Jonathan Dunn
jonathanclar...
Jun 18, 2010 5:28 pm
Tony, That solar direction method for progressed MC is merely an approximation, though a good one. If 2ndary cusps were calculated in the same was as the...
2678
Jonathan Dunn
jonathanclar...
Jun 18, 2010 5:31 pm
Javier Simplest is to get your helio positions output as rectangular XYZ coordinates, Then for each body, subtract the XYZ of Jupiter, then use polar/spherical...
2679
Ed Falis
efalis
Jun 18, 2010 5:41 pm
... I don't have the docs handy. Are you sure that's supposed to be negative? If all else fails, I can send some Ada code that does the transformation...
2680
Ed Falis
efalis
Jun 18, 2010 5:42 pm
... Yeah, that's the way I do it....
2681
trx32
trx3200
Jun 18, 2010 6:20 pm
I will have to try that out (when I get back to my computer). You're saying that a secondary progression is like a "Snapshot" in time of the natal chart...
2682
Ed Falis
efalis
Jun 18, 2010 6:40 pm
... No, it is continuous. It's a mapping from transit time to progressed time. The way I do it is probably a little different than Jon's suggestion, since...
2683
trx32
trx3200
Jun 18, 2010 7:04 pm
Oh......., I think I get it...You calculate the progressed solar arc in longitude and add it to the RAMC of the Natal chart to get the progressed RAMC, and...
2684
Ed Falis
efalis
Jun 18, 2010 7:10 pm
... That's the way I do it, but it's not a common method....
2685
trx32
trx3200
Jun 18, 2010 7:36 pm
I've got 3 different commercial packages that all come up with the exact same progressed MC and ASC , so if I can match that, I figure I'm on the right track. ...
2686
Alois Treindl
aloisya2000
Jun 18, 2010 8:17 pm
the European tradition for progressed houses is to progress the sidereal time of birth with the Naibod key, i.e. approx 3m56s per year. That way, the...
2687
trx32
trx3200
Jun 20, 2010 8:11 pm
Found a good reference on this subject.. The Progressed Horoscope - Alan Leo (currently in google books) I will study all these ideas, thanks..Tony C....
2688
Frank Kremer
KremerF@...
Jun 28, 2010 9:36 am
Hi, I have a question about the SWE files needed. The documentation says: 1. Set the directory path of the ephemeris files,...
2689
Alois Treindl
aloisya2000
Jun 28, 2010 11:44 am
... If you have no ephemeris files, Swiss Ephemeris used the built-in Moshier formulas. See http://www.astro.com/swisseph/swisseph.htm#_Toc226863917 If you...
2690
Tim Holland
tim50stroud
Jun 29, 2010 5:37 am
... If you have no ephemeris files, Swiss Ephemeris used the built-in Moshier formulas. I had problems when I was building install applications for...
2691
Frank Kremer
KremerF@...
Jun 29, 2010 2:10 pm
Hi, I have to create a web page, where the user can enter theit birthday, birthtime and place and then they will get their ephemeris for the current day (like...
2692
Jonathan Dunn
jonathanclar...
Jun 29, 2010 3:14 pm
a good starting place is documentation for module CGI.pm ... [Non-text portions of this message have been removed]...
2693
Frank Kremer
KremerF@...
Jun 30, 2010 6:57 am
Hi, sounds great, but where is the documentation ? I didn't find it inside the package. Would you please so kind to tell me, where I can find it ? Regards, ...
2694
Rüdiger Plantiko
ruediger.pla...
Jun 30, 2010 7:03 am
... http://lmgtfy.com/?q=perl+cgi+tutorial...
2695
Alois Treindl
aloisya2000
Jun 30, 2010 8:06 am
... The functions in the Perl module are basically the same as in the C API, which is documented in the programmers documentation. ...
2696
Jonathan Dunn
jonathanclar...
Jun 30, 2010 1:02 pm
http://stein.cshl.org/WWW/CGI/ ... [Non-text portions of this message have been removed]...
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...