Astrex.Types (Astrex v0.5.1)

View Source

Summary

Types

altazimuth()

@type altazimuth() :: %{alt: number(), az: number()}

ecliptical()

@type ecliptical() :: %{longitude: number(), latitude: number()}

equatorial()

@type equatorial() :: %{ra: number(), dec: number()}

latlong()

@type latlong() :: %{lat: float(), long: float()}

solar_system()

@type solar_system() ::
  :jupiter
  | :mars
  | :mercury
  | :moon
  | :neptune
  | :pluto
  | :saturn
  | :sun
  | :uranus
  | :venus