Skip to content

Commit

Permalink
fix: correct typo for getCorrectionToHorizontalForRefraction() in ref…
Browse files Browse the repository at this point in the history
…raction module in @observerly/astrometry

fix: correct typo for getCorrectionToHorizontalForRefraction() in refraction module in @observerly/astrometry
  • Loading branch information
michealroberts committed Oct 21, 2024
1 parent 6750df4 commit 9ca39b5
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 9ca39b5

Please sign in to comment.