What problem does it solve? Astronomical data analysis requires handling celestial coordinates, physical units, FITS files, cosmological distances, and precise time scales, which are error-prone to implement manually. This Skill provides guidance for using the Astropy Python library to perform these tasks correctly and consistently. ## Core Features & Use Cases - Coordinate Transformations: Convert positions between ICRS, Galactic, FK5, and observer-dependent AltAz frames, and cross-match catalogs by angular separation. - FITS File Handling: Read, write, and modify FITS images, headers, and binary tables, including memory-mapped access for large files. - Cosmology, Units, and Time: Compute luminosity distances and lookback times with Planck18 or custom cosmologies, convert physical quantities with units, and handle time scales like UTC, TAI, and TDB. - Use Case: Given two source catalogs in FITS format, load them as tables, build SkyCoord objects, match sources within 1 arcsecond, and write the merged catalog back to disk. ## Quick Start Use the astropy skill to convert these RA/Dec coordinates to Galactic coordinates and compute the luminosity distance at redshift 1.5.