- FITS
FITS or Flexible Image Transport System is a digital
file format used to store, transmit, and manipulate scientific and other images. FITS is the most commonly used digitalfile format inastronomy . Unlike many image formats, FITS is designed specifically for scientific data and hence includes many provisions for describing photometric and spatial calibration information, together with image origin metadata. [cite journal | authorlink = Wells et al. | title = FITS - a Flexible Image Transport System | journal = Astronomy and Astrophysics Supp. Ser. | volume = 44 | pages = 363–370 | date = June 1981 | url = http://adsabs.harvard.edu/abs/1981A%26AS...44..363W]A major feature of the FITS format is that image metadata is stored in a human readable
ASCII header, so that an interested user can examine the headers to investigate a file of unknown provenance. Each FITS file consists of one or more headers containing ASCIIcard image s (80 character fixed-length strings) that carry keyword/value pairs, interleaved between data blocks. The keyword/value pairs provide information such as size, origin, coordinates, binary data format, free-form comments, history of the data, and anything else the creator desires: while many keywords are reserved for FITS use, the standard allows arbitrary use of the rest of the name-space.FITS is also often used to store non-image data, such as spectra,
photon lists, data cubes, or even structured data such as multi-tabledatabase s. A FITS file may contain several extensions, and each of these may contain a data object. For example, it is possible to storex-ray andinfrared exposures in the same file.
=The earliest and still most commonly used type of FITS data is an image header/data block. The term 'image' is somewhat loosely applied, as the format supports data arrays of arbitrary dimension -- normal image data are generally 2-D or 3-D (with the third dimension representing the color plane). The data themselves may be in one of several integer and floating-point formats, specified in the header.
FITS image headers can contain information about one or more scientific coordinate systems that are overlain on the image itself. Images contain an implicit Cartesian coordinate system that describes the location of each pixel in the image, but scientific uses generally require working in 'world' coordinates, for example the
celestial coordinate system . As FITS has been generalized from its original form, the world coordinate system (WCS) specifications have become more and more sophisticated: early FITS images allowed a simple scaling factor to represent the size of the pixels; but recent versions of the standard permit multiple nonlinear coordinate systems, representing arbitrary distortions of the image. The WCS standard includes many differentspherical projection s, including, for example, theHEALPix spherical projection widely used in observing thecosmic microwave background radiation . [cite journal | authorlink = Greisen & Calabretta, | title = Representations of world coordinates in FITS | journal = Astronomy and Astrophysics | volume = 395 | pages = 1061–1075 | date = December 2002 | url = http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2002A%26A...395.1061G&db_key=AST&high=3db47576cf14130 | doi = 10.1051/0004-6361:20021326]Tables
FITS also supports tabular data with named columns and multidimensional rows. Both binary and ASCII table formats have been specified. The data in each column of the table can be in a different format from the others. Together with the ability to string multiple header/data blocks together, this allows FITS files to represent entire relational databases.
Using FITS files
FITS support is available in a variety of programming languages that are used for scientific work, including C,
FORTRAN , Java,Perl , PDL, Python, S-Lang and IDL. The FITS Support Office atNASA /GSFC maintains a list of libraries and platforms that currently support FITS. [citeweb|title=FITS I/O Libraries|url=http://fits.gsfc.nasa.gov/fits_libraries.html|publisher="Goddard Space Flight Center "|accessdate=2008-07-17]Image processing programs such as the
GIMP ,Photoshop andIrfanView can generally read simple FITS images but frequently cannot interpret more complex tables and databases; scientific teams frequently write their own code to interact with their FITS data, using the toolsavailable in their language of choice.Many scientific computing environments make use of the coordinate system data in the FITS header to display, compare, rectify, or otherwise manipulate FITS images. Examples are the coordinate transform library included with PDL, the
PLOT_MAP library in thesolarsoft solar-physics-related software tree, and theStarlink Project AST library in C.Current status
The FITS standard version 3.0 [cite web | url=http://fits.gsfc.nasa.gov/standard30/fits_standard30.pdf | title=Definition of the Flexible Image Transport System (FITS) | author=FITS Working Group | date=2008-07-10 | format=PDF | accessdate=2008-07-16] has been officially approved by the
IAU FITS Working Group in July 2008. [cite web | url=http://fits.gsfc.nasa.gov/fits_news.html | title=Recent FITS Activities and Issues | date=2008-07-09 | accessdate=2008-07-16]ee also
*
FITS Liberator , an FITS plugin forAdobe Photoshop
*Hierarchical Data Format (HDF)
*Common Data Format (CDF)
*NetCDF References
External links
* [http://fits.gsfc.nasa.gov/ Goddard FITS Support Office]
* [http://heasarc.gsfc.nasa.gov/docs/software/lheasoft/fitsio/fitsio.html CFITSIO] , an FITS file subroutine library
* [http://hea-www.harvard.edu/RD/ds9/ DS9] , an FITS image viewer
Wikimedia Foundation. 2010.