Skip to content

Commit

Permalink
Merge pull request #112 from observerly/feature/moon/LUNAR_SYNODIC_MONTH
Browse files Browse the repository at this point in the history
feat: Added LUNAR_SYNODIC_MONTH constant to moon module in @observerly/astrometry.
  • Loading branch information
michealroberts authored Oct 17, 2023
2 parents a92d159 + ae7d758 commit c7140a3
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 @@ -32,6 +32,18 @@ export const LUNATION_BASE_JULIAN_DAY = 2423436.6115277777

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

/**
*
*
* The time between two identical Lunar syzygies, equivalent of 29.53059
* Earth days, which is based on Mean Synodic Month, 2000 AD mean solar days.
*
*
*/
export const LUNAR_SYNODIC_MONTH = 29.530588853

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

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

0 comments on commit c7140a3

Please sign in to comment.