Skip to content

Commit

Permalink
Merge pull request #111 from observerly/feature/moon/LUNATION_BASE_JU…
Browse files Browse the repository at this point in the history
…LIAN_DAY

feat: Added LUNATION_BASE_JULIAN_DAY constant to moon module in @observerly/astrometry.
  • Loading branch information
michealroberts authored Oct 17, 2023
2 parents ec37211 + f5dec67 commit a92d159
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/moon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ import { convertDegreesToRadians as radians, convertRadiansToDegrees as degrees

/*****************************************************************************************************************/

/**
*
*
* Lunation 1st as the first new moon of 1923 at approximately 02:41 UTC,
* January 17, 1923 as per Ernest William Brown's lunar theory.
*
*
*/
export const LUNATION_BASE_JULIAN_DAY = 2423436.6115277777

/*****************************************************************************************************************/

export const Phases = {
New: 'New',
WaxingCrescent: 'Waxing Crescent',
Expand Down

0 comments on commit a92d159

Please sign in to comment.