astronomy

//astronomy/io.github.cosinekitty.astronomy/moonNodesAfter

moonNodesAfter

fun moonNodesAfter(startTime: Time): Sequence<NodeEventInfo>

Enumerates a series of consecutive ascending/descending nodes of the Moon.

This function enables iteration through an unlimited number of consecutive lunar nodes starting at a given time. This is a convenience wrapper around searchMoonNode and nextMoonNode.

Parameters

   
startTime The date and time for starting the search for a series of ascending/descending nodes of the Moon.