Skip to content

Commit

Permalink
Merge pull request #104 from depion/earth_sun_distance_comment_fix
Browse files Browse the repository at this point in the history
Fixed comment in sun_earth_distance_correction
  • Loading branch information
djhoese committed Jul 11, 2022
2 parents a6941d4 + 231cd5b commit 3c04bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyorbital/astronomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def sun_earth_distance_correction(utc_time):
# https://web.archive.org/web/20150117190838/http://curious.astro.cornell.edu/question.php?number=582
# with
# Astronomical unit: AU = 149597870700.0 meter (https://ssd.jpl.nasa.gov/glossary/au.html)
# Semi-major axis: a = 1.00000261 AU = 1495979097450 m (https://ssd.jpl.nasa.gov/planets/approx_pos.html)
# Semi-major axis: a = 1.00000261 AU = 149598261150.0 m (https://ssd.jpl.nasa.gov/planets/approx_pos.html)
# Eccentricity: e = 0.01671123 (https://ssd.jpl.nasa.gov/planets/approx_pos.html)
# Length of year: year = 365.25636 days (https://ssd.jpl.nasa.gov/astro_par.html)
# Perihelion: p = 3 (day of year with Earth in perihelion, varies between Jan 2 and Jan 5,
Expand Down

0 comments on commit 3c04bce

Please sign in to comment.