Siddhanta Parity API Documentation - v1.3.0
    Preparing search index...
    • Searches for the next local solar eclipse in a series.

      After using SearchLocalSolarEclipse to find the first solar eclipse in a series, you can call this function to find the next consecutive solar eclipse. Pass in the peak value from the LocalSolarEclipseInfo returned by the previous call to SearchLocalSolarEclipse or NextLocalSolarEclipse to find the next solar eclipse. This function finds the first solar eclipse that occurs after startTime. A solar eclipse may be partial, annular, or total. See LocalSolarEclipseInfo for more information.

      Parameters

      • prevEclipseTime: FlexibleDateTime

        The date and time for starting the search for a solar eclipse.

      • observer: Observer

        The geographic location of the observer.

      Returns LocalSolarEclipseInfo