What problem does it solve?
Astropy gives astronomy and astrophysics projects a unified way to work with units, coordinates, FITS files, tables, time systems, WCS, and cosmology without stitching together separate libraries.
Core Features & Use Cases
- Unit-safe calculations: Convert and combine physical quantities reliably across scientific workflows.
- Sky and observatory work: Transform celestial coordinates, match catalogs, and handle observer-dependent frames and timing.
- Data and image analysis: Read FITS files, inspect tables, map pixels to world coordinates, and support modeling, visualization, and statistics.
- Use Case: A researcher can load a FITS catalog, cross-match sources in different frames, convert times to the correct scale, and compute cosmological distances for downstream analysis.
Quick Start
Ask for help implementing or debugging an astronomy analysis task with Astropy, such as reading a FITS file, converting coordinates, or computing a cosmological distance.