What problem does it solve? Astronomical data analysis requires precise handling of physical units, celestial coordinate transformations, FITS file formats, time scales, and cosmological models, and writing this code from scratch is error-prone and slow. ## Core Features & Use Cases - Units and Coordinates: Convert physical quantities with dimensional consistency and transform positions between ICRS, Galactic, FK5, and AltAz frames, including catalog cross-matching. - FITS and Table I/O: Read, write, and manipulate FITS images and tables, plus unit-aware QTable operations like joins, grouping, and masking. - Time, WCS, and Cosmology: Handle precise time scales (UTC, TAI, TT, TDB), pixel-to-world WCS transformations, and distance/age calculations with Planck18 or custom cosmologies. - Use Case: Cross-match two source catalogs within 1 arcsecond, compute luminosity distances at z=1.5 with Planck18, and write the matched results to a new FITS file. ## Quick Start Use the astropy skill to convert these RA/Dec coordinates to Galactic frame and compute their luminosity distances at redshift 1.5.