Skip to content

Instantly share code, notes, and snippets.

@telegraphic
telegraphic / spherical_coords.py
Created December 29, 2015 21:04
Conversion between (theta, phi) and (azimuth, elevation) coordinate systems
"""
# spherical_coords.py
Convert between (theta, phi) and (azimuth, elevation) coordinate systems.
Author: Danny Price
License: MIT
## Overview