We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9ed173 + 05b8d57 commit 2e1b9ddCopy full SHA for 2e1b9dd
src/refraction.ts
@@ -16,9 +16,8 @@ import { convertDegreesToRadians as radians } from './utilities'
16
*
17
* getCorrectionToHorizontalForRefraction()
18
19
- * The eccentricity of the Earth's orbit is a measure of how elliptical the Earth's
20
- * orbit is. The eccentricity of the Earth's orbit is not constant, but varies over
21
- * time. This function returns the eccentricity of the Earth's orbit for a given date.
+ * The correct to the HorizontalCoordinate for refraction is an adjustment to the observed
+ * HorizontalCoordinate based on pressure and temperature effects.
22
23
* @param target - The equatorial coordinate of the observed object.
24
* @param temperature - The temperature in Kelvin.
0 commit comments