<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -101,9 +101,14 @@ def GetDayOfYear(utc_datetime):
 	return delta.days
 
 def GetDeclination(day):
+	&quot;&quot;&quot;The declination of the sun is the angle between
+	Earth's equatorial plane and a line between the Earth and the sun.
+	The declination of the sun varies between 23.45 degrees and -23.45 degrees,
+	hitting zero on the equinoxes and peaking on the solstices.
+	&quot;&quot;&quot;
 	return 23.45 * math.sin((2 * math.pi / 365.0) * (day - 81))
 
-def GetEquatorialHorizontalParallax(    radius_vector):
+def GetEquatorialHorizontalParallax(radius_vector):
 	return 8.794 / (3600 / radius_vector)
 
 def GetFlattenedLatitude(latitude):</diff>
      <filename>solar.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f3197354125deecfcca51156143e961c020066a2</id>
    </parent>
  </parents>
  <author>
    <name>Brandon Stafford</name>
    <email>brandon@farb.(none)</email>
  </author>
  <url>http://github.com/pingswept/pysolar/commit/3ee9f8309fb56bc31ed96d070b071d81907a78fe</url>
  <id>3ee9f8309fb56bc31ed96d070b071d81907a78fe</id>
  <committed-date>2008-03-08T13:49:48-08:00</committed-date>
  <authored-date>2008-03-08T13:49:48-08:00</authored-date>
  <message>Added a docstring, removed some extra whitespace.</message>
  <tree>19d4619a84075269291cdff46a468e2605e7400e</tree>
  <committer>
    <name>Brandon Stafford</name>
    <email>brandon@farb.(none)</email>
  </committer>
</commit>
