FITS is a digital data format developed for storing
and transporting astronomical data in form of images and tables.
The acronym FITS stands for "Flexible Image Transport System",
which was developed in the 1970's at Kitt Peak National Observatory
and was standardized in 1981. It has been maintained by NASA for
more than 2 decades. A FITS format file consists of one of more
Header-Data Units, with each "HDU" consisting of an ASCII text
"header" containing metadata, followed by a multi-dimensional array
that may contain pixel data for an image, or table data in the form
of ASCII text or binary data. The FITS header and data array adhere
to a rigid structure defined in the standard. It is critical to
note that FITS is a data format, not an image format, as it was
originally designed to hold one HDU of image data. It was later
extended to hold multiple HDUs which may also hold table data. Mira
provides numerous tools for working directly with the header and
data as listed below. Commands for working directly with FITS data
are described below.
Mira Pro x64 8.83 User's Guide, Copyright Ⓒ 2026 Mirametrics, Inc.
All Rights Reserved.