From 6f99492e4802191fe9167b40161d89666e2d3e9e Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 6 Dec 2021 11:27:03 +0100 Subject: [PATCH] Update check-moon-phase.ps1 --- Scripts/check-moon-phase.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/check-moon-phase.ps1 b/Scripts/check-moon-phase.ps1 index a530a6ae..1cc0fc4b 100644 --- a/Scripts/check-moon-phase.ps1 +++ b/Scripts/check-moon-phase.ps1 @@ -12,7 +12,7 @@ #> try { - $LunarCycle = 29.53058770576 # in days + $LunarCycle = 29.53058868 # synodic period in days, time between successive new moons $LunarHalfCycle = $LunarCycle / 2.0 $Phases = @("New moon", "Waxing crescent moon", "First quarter moon", "Waxing gibbous moon", "Full moon", "Waning gibbous moon", "Last quarter moon", "Waning crescent moon") $PhaseLength = $LunarCycle / 8.0