A powerful API for Optical Navigation
[docs] def au(km: float) -> float: """ convert km to au """ return (km / 149597870.7)