astropyiofits
astropyiofits is a Python library for reading and writing FITS files, a standard data format widely used in astronomy. It provides a high-level interface for manipulating FITS data within the NumPy-based ecosystem of Astropy, enabling users to access image and table data, headers, and metadata stored in FITS containers.
Historically, FITS I/O functionality began with PyFITS and was distributed as a separate package. It was later
Its core concept is the header/data unit (HDU). The library loads FITS files into an HDUList consisting
Usage is straightforward: open a file with fits.open, inspect structure with info, access data and headers via