VSOP87C Venus Apparent Geocentric Equatorial Ephemeris Demo 1
PHP Program by Jay Tanner - 2024
ENTER Year/Month
Double-Click Within Text Area to Select ALL Text
================================================================= VSOP87C VENUS APPARENT GEOCENTRIC EQUATORIAL EPHEMERIS DEMO Valid For Gregorian Years 1583 AD to 5999 AD ================================================================= VENUS Apparent Geocentric Equatorial Ephemeris For 00h TT on Each Date Year : 2024 (Gregorian Calendar) Month : November 1 to 30 ================================================================= Day R.A. Declination Dist AU V Mag A Diam === ============== =============== ============ ===== ======= 1 17.0533251254 -24.5782536164 1.1754699965 -4.03 14.31" 2 17.1407404267 -24.7303671687 1.1690520456 -4.03 14.39" 3 17.2283111081 -24.8708728338 1.1626115499 -4.03 14.47" 4 17.3160200676 -24.9996698106 1.1561485570 -4.04 14.55" 5 17.4038493517 -25.1166657011 1.1496631473 -4.04 14.63" 6 17.4917801898 -25.2217765151 1.1431554393 -4.04 14.71" 7 17.5797931726 -25.3149268431 1.1366255963 -4.05 14.80" 8 17.6678682875 -25.3960498946 1.1300738305 -4.05 14.88" 9 17.7559851659 -25.4650878015 1.1235004079 -4.06 14.97" 10 17.8441231840 -25.5219918038 1.1169056536 -4.06 15.06" 11 17.9322617544 -25.5667227543 1.1102899548 -4.06 15.15" 12 18.0203804417 -25.5992518048 1.1036537602 -4.07 15.24" 13 18.1084591897 -25.6195614173 1.0969975698 -4.07 15.33" 14 18.1964782821 -25.6276461079 1.0903219141 -4.08 15.43" 15 18.2844181711 -25.6235124916 1.0836273233 -4.08 15.52" 16 18.3722593389 -25.6071783096 1.0769142920 -4.09 15.62" 17 18.4599821092 -25.5786706969 1.0701832472 -4.09 15.72" 18 18.5475667017 -25.5380244118 1.0634345270 -4.10 15.82" 19 18.6349933682 -25.4852807779 1.0566683747 -4.10 15.92" 20 18.7222425603 -25.4204876601 1.0498849465 -4.10 16.02" 21 18.8092950798 -25.3437001763 1.0430843293 -4.11 16.12" 22 18.8961320564 -25.2549816751 1.0362665608 -4.11 16.23" 23 18.9827349602 -25.1544043789 1.0294316475 -4.12 16.34" 24 19.0690855622 -25.0420496639 1.0225795768 -4.12 16.45" 25 19.1551659686 -24.9180080091 1.0157103250 -4.13 16.56" 26 19.2409585830 -24.7823789824 1.0088238608 -4.13 16.67" 27 19.3264461486 -24.6352711205 1.0019201478 -4.14 16.79" 28 19.4116117255 -24.4768018672 0.9949991471 -4.15 16.90" 29 19.4964387109 -24.3070973781 0.9880608195 -4.15 17.02" 30 19.5809107682 -24.1262924438 0.9811051294 -4.16 17.14" =================================================================
SOME GENERAL INFORMATION ABOUT THIS VSOP87 VENUS EPHEMERIS DEMO The purpose of this program is to compute an apparent geocentric equatorial Venus ephemeris for any Gregorian calendar date within the ephemeris span from 1583 to 5999 AD based on the VSOP87 theory. ------- CAVEAT: Be cautious when entering the year/month values. This program is only a simplified demo and does NOT do extensive error checking for invalid arguments. Valid input arguments should return valid results. Whenever possible, compare against known check values or against another source of similar VSOP87C computations for consistency. ---------------- TIME SCALE USED: The program uses the system clock for the time (UTC). However, the actual time scale used is the TT scale. Without any Delta T adjustment, UTC is being treated as equivalent to TT. --------------------------------------------------------------------------- SOURCE CODE: There is a link below to the complete PHP source code for this program.
Program by Jay Tanner
Revised: Thursday, January 01, 1970 at 12:00:00 AM UTC
Download PHP Source Code For This Program