/FindNewMoonPhaseConsoleApp

Find the instant (UTC) of all new moon phases in a date range

Primary LanguageC#MIT LicenseMIT

FindNewMoonPhaseConsoleApp

.NET Core 6 console app showing how to find the instant (UTC) of all new moons in a date range. Based on Meeus' algorithm and Chapront's ELP-2000/82 theory with polynomial expressions for ∆T (Delta T) from the NASA eclipse web site. This is a companion project to the SolarEclipseConsoleApp where new moon dates are hard-coded in the NewMoonData class but needn't be if this algorithm were used.

Authors

James Still

License

This project is licensed under the MIT License.

Acknowledgments