Proposals:FITS ImageIO: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
Line 6: Line 6:


[[http://heasarc.gsfc.nasa.gov/docs/heasarc/fits.html|FITS Data Format Web page at NASA]]
[[http://heasarc.gsfc.nasa.gov/docs/heasarc/fits.html|FITS Data Format Web page at NASA]]
*  The standard data format used in astronomy
* Stands for 'Flexible Image Transport System'
* Endorsed by NASA and the International Astronomical Union
* Much more than just another image format (such as JPEG or GIF)
* Used for the transport, analysis, and archival storage of scientific data sets
** Multi-dimensional arrays: 1D spectra, 2D images, 3D+ data cubes
** Tables containing rows and columns of information
** Header keywords provide descriptive information about the data

Revision as of 17:50, 29 April 2005

Adding Support for FITS Image File Format

What is FITS ?

FITS stands for `Flexible Image Transport System' and is the standard astronomical data format endorsed by both NASA and the IAU. FITS is much more than an image format (such as JPG or GIF) and is primarily designed to store scientific data sets consisting of multi-dimensional arrays (1-D spectra, 2-D images or 3-D data cubes) and 2-dimensional tables containing rows and columns of data.

[Data Format Web page at NASA]


  • The standard data format used in astronomy
  • Stands for 'Flexible Image Transport System'
  • Endorsed by NASA and the International Astronomical Union
  • Much more than just another image format (such as JPEG or GIF)
  • Used for the transport, analysis, and archival storage of scientific data sets
    • Multi-dimensional arrays: 1D spectra, 2D images, 3D+ data cubes
    • Tables containing rows and columns of information
    • Header keywords provide descriptive information about the data