Flexible Image Transport System
Rhetoric X (Talk | contribs) m (→General description) |
(Fix formatting) |
||
Line 11: | Line 11: | ||
== Other information == | == Other information == | ||
− | The format is summarised in [http://en.wikipedia.org/wiki/FITS Wikipedia]. | + | The format is summarised in [http://en.wikipedia.org/wiki/FITS Wikipedia], which includes some history of the format. |
For further information, see: | For further information, see: | ||
− | * Version 3 of FITS is described in <ref> | + | * Version 3 of FITS is described in <ref>William D Pence, L Chiappetti, Clive G Page, R A Shaw and E Stobie, ''Definition of the Flexible Image Transport System (FITS), version 3.0'', Astronomy and Astrophysics, '''524''', A42+ (2010) doi:10.1051/0004-6361/201015362, (ADS bibcode: [http://adsabs.harvard.edu/abs/1981A&AS...44..363W 1981A&AS...44..363W])</ref>, and this document has been approved by the [http://en.wikipedia.org/w/index.php?title=International_Astronomical_Union&oldid=520671540 IAU's] [http://fits.gsfc.nasa.gov/iaufwg/iaufwg.html FITS Working Group]. The document is also available [http://fits.gsfc.nasa.gov/standard30/fits_standard30.pdf online]. |
− | * The | + | * The <code>image/fits</code> and <code>application/fits</code> MIME types were registered in [http://www.ietf.org/rfc/rfc4047.txt RFC 4047]. |
* Further information, including libraries and file samples, is available at the [http://fits.gsfc.nasa.gov FITS support office] | * Further information, including libraries and file samples, is available at the [http://fits.gsfc.nasa.gov FITS support office] | ||
Line 28: | Line 28: | ||
== Identification == | == Identification == | ||
− | FITS files start with the sequence of characters | + | FITS files start with the sequence of characters <code>SIMPLE </code>. |
− | The common FITS file extensions are | + | The common FITS file extensions are <code>.fits</code> and (less often) <code>.fts</code>. |
− | The | + | The <code>image/fits</code> and <code>application/fits</code> MIME types were registered in [http://www.ietf.org/rfc/rfc4047.txt RFC 4047]. |
== References == | == References == | ||
− | + | <references/> |
Revision as of 16:41, 5 November 2012
Contents |
General description
FITS (Flexible Image Transport System) is a heavily-used and well-standardised format for storing astronomical data. It can store both images and tables, and has basic but flexible support for metadata.
The format is fundamentally rather simple; indeed it is simple enough that a basic reader can be constructed with a relatively small amount of effort, but this is rarely necessary, since there are readers and writers for a broad range of scientific programming languages.
The metadata is stored as a list of key-value pairs, with the keys being up to eight characters long, and the values up to 70 characters. There are some standards, and several conventions, for the choices of keyword. These conventions generally interoperate well, but readers should be aware that collisions are possible.
The format has been standardised in a sequence of papers in the journal Astronomy and Astrophysics, and a set of conventions for header metadata has been developed, over a number of years.
Other information
The format is summarised in Wikipedia, which includes some history of the format.
For further information, see:
- Version 3 of FITS is described in [1], and this document has been approved by the IAU's FITS Working Group. The document is also available online.
- The
image/fits
andapplication/fits
MIME types were registered in RFC 4047. - Further information, including libraries and file samples, is available at the FITS support office
Software
See the FITS support office.
Sample files
See the FITS support office.
Identification
FITS files start with the sequence of characters SIMPLE
.
The common FITS file extensions are .fits
and (less often) .fts
.
The image/fits
and application/fits
MIME types were registered in RFC 4047.
References
- ↑ William D Pence, L Chiappetti, Clive G Page, R A Shaw and E Stobie, Definition of the Flexible Image Transport System (FITS), version 3.0, Astronomy and Astrophysics, 524, A42+ (2010) doi:10.1051/0004-6361/201015362, (ADS bibcode: 1981A&AS...44..363W)