Introduction

AstroFITS is a Julia package for reading and writing files in FITS format, a Flexible Image Transport System, widely used in astronomy.

The source code of AstroFITS is on GitHub.

  • FITSHeaders.jl is a Julia package used by AstroFITS to efficiently manage FITS header cards. You may read FITSHeaders documentation to learn how to deal with FITS header cards when using AstroFITS.

  • CFITSIO is the standard C library for managing FITS files and is used by AstroFITS.

  • FITSIO is another Julia package for reading/writing with FITS files. FITSIO is also based on the CFITSIO C library. Compared to FITSIO, AstroFITS attempts to be more intuitive and more type-stable.

  • CFITSIO_jll is the Julia artifact providing the CFITSIO C library used by the AstroFITS and FITSIO packages.

Table of contents