View Source Astrex.Types (Astrex v0.4.0)

Link to this section Summary

Link to this section Types

@type altazimuth() :: %{alt: number(), az: number()}
@type ecliptical() :: %{longitude: number(), latitude: number()}
@type equatorial() :: %{ra: number(), dec: number()}
@type latlong() :: %{lat: float(), long: float()}
@type solar_system() ::
  :jupiter
  | :mars
  | :mercury
  | :moon
  | :neptune
  | :pluto
  | :saturn
  | :sun
  | :uranus
  | :venus