Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

swisseph · Swiss Ephemeris Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 626
  • Category: Development
  • Founded: Mar 26, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2742 - 2771 of 3962   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2742 astropalaver Send Email Oct 1, 2010
7:14 pm
Hi, Given the IERS Monthly Deltat T values, ... 2009 12 1 66.0420 2010 1 1 66.0699 2010 2 1 66.0961 2010 3 1 66.1310 2010 4 1 66.1683 2010 5 1...
2743 Dieter Koch
artizarrak Send Email
Oct 5, 2010
6:37 am
... This is described in the programmer&#39;s documentation at http://www.astro.com/swisseph/swephprg.htm#_Toc226863782 Regards Dieter...
2744 astropalaver Send Email Oct 5, 2010
7:40 am
Hi Dieter, Yes, thank you, I did read the documentation before I decided to ask. So then, the IERS Monthly values are useless. Since the year is an integer...
2745 Dieter Koch
artizarrak Send Email
Oct 5, 2010
11:29 am
... Jay, yes, the software expects integers. ... I will have a look at it. Just for curiosity, may I ask you for what kind of application you need delta t...
2746 astropalaver Send Email Oct 5, 2010
3:23 pm
Dieter, Oh, I am interested in modeling historic global temperatures. Delta-t is just part of that model. And well, the data is available, why not use it. ...
2747 thota sukumar
thotasukumar Send Email
Oct 5, 2010
10:35 pm
Hi,  I am using Swiss Ephemeris in my web application to calculate the planet values. I included dll file into one of my code folders. I was able to work it...
2748 Rüdiger Plantiko
ruediger.pla... Send Email
Oct 6, 2010
12:35 pm
Hi Thota Sukmar, I think the correct address for this problem would be your provider. Ask your provider to give your application access to the DLL. A word of...
2749 thota sukumar
thotasukumar Send Email
Oct 6, 2010
4:29 pm
Hi,  I am using Swiss Ephemeris in my web application to calculate the planet values. I included dll file into one of my code folders. I was able to work it...
2750 cyjoelchen Send Email Oct 7, 2010
4:53 am
Hi, I'm maintaining a PHP extension to Swiss Ephemeris. The project page is on google code space http://code.google.com/p/php-sweph/. This extension provides a...
2751 Zodiaco
zodiac1428 Send Email
Oct 7, 2010
8:30 am
Thanks for this code!!! Sorry for my bad knowledge of php, a little question, this work in shared hostings??? Javier Reinoso www.astroclima.org ... From:...
2752 Rüdiger Plantiko
ruediger.pla... Send Email
Oct 10, 2010
3:54 pm
Dear Swiss Ephemeris friends, "AstroPatterns" version 1.0 is now released. It is a library built on-top of Swiss Ephemeris, specialized on search for...
2753 thanurahl Send Email Oct 14, 2010
8:46 pm
Dear All, I have a list of values of Swiss Ephemeris for year 2010. ex: DATE SID.TIME SUN MOON MERCURY VENUS MARS JUPITER SATURN URANUS NEPTUNE PLUTO...
2754 Jan
janschotten Send Email
Nov 13, 2010
9:10 am
Managed to get planets position in Ms-excel, but found no way to get the houses in the spreadsheet. Is there anyone who can give me a good tip?...
2755 ski woka
skiwoka Send Email
Nov 13, 2010
2:33 pm
My knowledge of VB is about zilch but try this: Public Function cuspldd(y As Integer, m As Integer, d As Integer, h As Double, glat As Double, glon As Double,...
2756 Jan Schotten
janschotten Send Email
Nov 14, 2010
11:53 am
Thanks Ski Woka, A little modification made it work properly A complete horoscope in a spreadsheet, now I can make sheets for several curious points in...
2757 ramkumar .
su_ramkumar Send Email
Nov 14, 2010
2:40 pm
Dear Helpers I am also using swiss ephe. i need help to calculate when the planet come to a particular position example. Now sun is 250.25.35 deg now i want...
2758 Joel Chen
cyjoelchen Send Email
Nov 14, 2010
4:31 pm
Hi Ramkumar, There are many numerical root-finding algorithms that you can adopt. For myself, I use bisection method to calculate solar return. You can find it...
2759 reedwan.adamson Send Email Nov 29, 2010
5:55 am
The current rise/set/transit method ignores dip (even though it accepts observer height). Does anyone have a method to correct? Thanks...
2760 libyanpimp Send Email Nov 30, 2010
6:41 am
Hi, I have an excel sheet that I made that calls up planetary positions onto excel. Do these positions have to be in degree and minute format to be "exact"...
2761 Alois Treindl
aloisya2000 Send Email
Nov 30, 2010
6:47 am
The exactness of a number does not depend on its representation. decimal fractions are perfectly equivalent to ddd°mm'ss.fffff" representation. It is a matter...
2762 Jan Schotten
janschotten Send Email
Nov 30, 2010
12:32 pm
Ad this function to the visual basic file and then use dms(x) in your spread sheet Const sknam As String = "ARTAGECNLEVILISCSACPAQPS"; Public Function Dms(x As...
2763 Jan Schotten
janschotten Send Email
Nov 30, 2010
12:39 pm
As Alois wrote the exactness does not make any difference: To transform to the usual format add this to your program: Const sknam As String =...
2764 Jan
janschotten Send Email
Nov 30, 2010
7:32 pm
Working with dms(x) I discovered a mistake if the seconds are higher than 59. This works better: Public Function dms(x As Double) As String Dim y As Double, l...
2765 libyanpimp Send Email Dec 1, 2010
7:30 am
Hi Jan, would this be a macro I run or what? Dont really know how to use this or where to put this code....
2766 libyanpimp Send Email Dec 1, 2010
7:30 am
Thankyou all. You are sending me formula?s or something but I am unsure of how to use them and I am guessing they are to toggle bw deg/min and fractions???? ...
2767 Elena
surya_yagna Send Email
Dec 1, 2010
7:30 am
Hello! Sorry! I am Spanish and my English not is well. This code VBA is good. Best wishes to All. ... Option Explicit ' ' Swiss Ephemeris Release 1.4...
2768 Jan Schotten
janschotten Send Email
Dec 1, 2010
12:47 pm
I suppose you use ms-excel? Then you have the possibility to create visual basic programs. (Try to find help in excel to activate the developper&#39;s tool tab)...
2769 libyanpimp Send Email Dec 1, 2010
8:28 pm
Ok, thanks Jan I figured it out...
2770 ski woka
skiwoka Send Email
Dec 10, 2010
10:08 am
hi folks Any tips on how to get data for Eris, Makemake and Haumea please ? Thanx in advance prem [Non-text portions of this message have been removed]...
2771 Bogdan Krusinski
bogdanfrkr Send Email
Dec 10, 2010
10:45 am
lat / lon? Use MPC id number in call to swe_calc, the same as for asteroids. with best regards Bogdan Krusinski ...
Messages 2742 - 2771 of 3962   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help