Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.01 KB

File metadata and controls

22 lines (14 loc) · 1.01 KB

//astronomy/io.github.cosinekitty.astronomy/HourAngleInfo

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.

Constructors

HourAngleInfo
fun HourAngleInfo(time: Time, hor: Topocentric)

Properties

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.