VSOP87C Venus Apparent Geocentric Equatorial Ephemeris Stats
PHP Program by Jay Tanner - 2024
Enter Calendar Date and Time TT (Neg / Pos = BC / AD)
DATE: Year Month Day
Time TT
Double-Click Within Text Area to Select ALL Text
=========================================================================== VSOP87C APPARENT GEOCENTRIC VENUS EPHEMERIS DEMO Valid For 8000 Years From 2000 BC to 6000 AD Dates before 1582-Oct-15 are reckoned according to the Julian Calendar. =========================================================================== For Gregorian Calendar Date and Time: AD 2024-Nov-21-Thu 06:26:16 TT Julian Date Value = 2460635.76824074 TT Julian Day Number = 2460636 Delta T = +74 sec = +00:01:14 This estimate is computed from the NASA Polynomial Expressions for Delta T, for reference, but not actually applied to the ephemeris computations. --------------------------------------------------------------------------- Venus VSOP87 Series C Raw Heliocentric Rectangular X,Y,Z Coordinates and Distance R '+0.70597091321813 -0.16964235275657 -0.04307000242015 0.72734344244469' --------------------------------------------------------------------------- Earth VSOP87 Series C Raw Heliocentric Rectangular X,Y,Z Coordinates and Distance R '+0.50229104328415 +0.85059108693798 -0.00000245527127 0.98782664944201' --------------------------------------------------------------------------- APPARENT VENUS GEOCENTRIC EQUATORIAL EPHEMERIS STATISTICS AND ECLIPITICAL COORDINATES For Gregorian Calendar Date and Time: AD 2024-Nov-21-Thu 06:26:16 TT Right Ascension = 18.832610223419 h = 18h 49m 57.40s Declination = -25.321070382014° = -25° 19' 15.85" Distance = 1.0412572086 AU = 155.7698612513 Mkm = 96.7909044004 Mmi Angular Diameter = 0.0044869205398345° = 16.153" Visual Magnitude = -4.11 Phase Angle = 65.110° Illuminated Disc = 71.044% Ecliptical Lon. = 281.28243938829° = 281° 16' 56.78" Ecliptical Lat. = -2.3703852923728° = -2° 22' 13.39"
SOME GENERAL INFORMATION ABOUT THIS VSOP87 VENUS EPHEMERIS DEMO The purpose of this program is SIMPLY to test the VSOP87C functions to see if they are returning the correct X,Y,Z values and if so, proceed to compute the full apparent geocentric equatorial Venus ephemeris statistics and ecliptical coordinates for the planet Venus at any moment within the 8000-year ephemeris span from 2000 BC to 6000 AD. ------- CAVEAT: Be cautious when entering the date and time 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