Skip to content

Commit

Permalink
Merge pull request #396 from observerly/fix/refraction/getCorrectionT…
Browse files Browse the repository at this point in the history
…oHorizontalForRefraction
  • Loading branch information
michealroberts authored Oct 21, 2024
2 parents 6750df4 + 9ca39b5 commit 66cd625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/refraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import { convertDegreesToRadians as radians } from './utilities'
* The correct to the HorizontalCoordinate for refraction is an adjustment to the observed
* HorizontalCoordinate based on pressure and temperature effects.
*
* @param target - The equatorial coordinate of the observed object.
* @param target - The horizontal coordinate of the observed object.
* @param temperature - The temperature in Kelvin.
* @param pressure - The pressure in Pascals.
* @returns The equatorial coordinate of the observed object corrected for atmospheric refraction.
* @returns The horizontal coordinate of the observed object corrected for atmospheric refraction.
*
*/
export const getCorrectionToHorizontalForRefraction = (
Expand Down

0 comments on commit 66cd625

Please sign in to comment.