What problem does it solve?
This Skill solves the problem of turning raw astronomical FITS data into science-ready results by handling WCS coordinate transforms, catalog queries, photometry, and HEALPix-based CMB analysis.
Core Features & Use Cases
- FITS I/O & inspection: Read and write FITS images and tables (HDUs), manage metadata, and prepare data for downstream analysis.
- WCS transformations: Convert between pixel coordinates and sky coordinates (RA/Dec, Galactic/Ecliptic), place apertures on known targets, and compute pixel scale.
- Catalog cross-matching: Query public archives and services (e.g., Vizier and SIMBAD) to identify objects and enrich source lists.
- Aperture photometry: Subtract background and measure fluxes with circular apertures and sky annuli, producing instrumental magnitudes.
- HEALPix CMB power spectra: Generate and analyze spherical maps, compute angular power spectra (pseudo workflow), and visualize results.
Quick Start
Use the astropy-astronomy skill to read a FITS image, solve its WCS, detect sources, run aperture photometry, and return a table of measured fluxes and instrumental magnitudes.