Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1021 Bytes

local-solar-eclipses-after.md

File metadata and controls

16 lines (10 loc) · 1021 Bytes

//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.