Horizon-based geometry helpers (east horizon ecliptic longitude / meridian ecliptic longitude).
Summary
Functions
Compute the ecliptic longitude at the eastern horizon.
Compute the ecliptic longitude on the local meridian.
Types
Functions
@spec ecliptic_lon_at_east_horizon(float(), float(), float(), keyword()) :: east_horizon_ecliptic_result()
Compute the ecliptic longitude at the eastern horizon.
@spec ecliptic_lon_on_meridian(float(), float(), keyword()) :: %{ meridian_ecliptic_longitude: float(), lst: float(), obliquity: float(), obliquity_model: atom(), sidereal_time_type: atom() }
Compute the ecliptic longitude on the local meridian.