astronomy

//astronomy/io.github.cosinekitty.astronomy/localSolarEclipsesAfter

localSolarEclipsesAfter

fun localSolarEclipsesAfter(startTime: Time, observer: Observer): Sequence<LocalSolarEclipseInfo>

Enumerates a series of consecutive local solar eclipses that occur after a given time.

This function enables iteration through an unlimited number of consecutive local solar eclipses starting at a given time. This is a convenience wrapper around searchLocalSolarEclipse and nextLocalSolarEclipse.

Parameters

   
startTime The date and time for starting the search for a series of local solar eclipses.
observer The geographic location of the observer.