Introduction

EasyFITS 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 EasyFITS is on GitHub.

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

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

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

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

Table of contents