What problem does it solve?
Astropy provides a unified, Python-based toolkit for performing astronomical data analysis, transformations, and I/O, reducing the need to cobble together multiple libraries.
Core Features & Use Cases
- Coordinate transformations across ICRS, Galactic, FK5, AltAz, and more for accurate celestial mapping.
- Unified units and quantities with robust conversions, equivalencies, and arithmetic to ensure dimensional consistency.
- FITS file handling and table operations for reading, writing, and manipulating astronomical data, catalogs, and tables.
- Time handling and cosmology utilities for precise time scales, distances, lookback times, and cosmological calculations.
- World Coordinate System (WCS) support and simple 3D cartesian representations for pixel-to-world mappings.
- Access to extensive reference documentation and tutorials to accelerate learning and deployment.
Quick Start
Import core subpackages and perform a minimal transform to verify setup.