//astronomy/io.github.cosinekitty.astronomy/HourAngleInfo
class HourAngleInfo(time: Time, hor: Topocentric)
Information about a celestial body crossing a specific hour angle.
Returned by the function searchHourAngle to report information about a celestial body crossing a certain hour angle as seen by a specified topocentric observer.
HourAngleInfo fun HourAngleInfo(time: Time, hor: Topocentric) |
Name | Summary |
---|---|
hor val hor: Topocentric Apparent coordinates of the body at the time it crosses the specified hour angle. |
|
time val time: Time The date and time when the body crosses the specified hour angle. |