mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 14:27:52 -04:00
Calendar demo: added comments for remaining tasks. No code changes.
This commit is contained in:
@@ -241,6 +241,13 @@ function RunTest(): void {
|
||||
enumeratorList.push(new ConjunctionOppositionEnumerator(body, 180, 'conjunction'));
|
||||
}
|
||||
|
||||
// TODO: Lunar and solar eclipses
|
||||
// TODO: Transits of Mercury and Venus
|
||||
// TODO: lunar apogee and perigee
|
||||
// TODO: planet aphelion and perihelion
|
||||
// TODO: when planets enter a new constellation
|
||||
// TODO: Moon and Sun culmination
|
||||
|
||||
const collator = new EventCollator(enumeratorList);
|
||||
|
||||
const stopYear = startTime.date.getUTCFullYear() + 11;
|
||||
|
||||
Reference in New Issue
Block a user