Difference between revisions of "FITS format"

From CoolWiki
Jump to navigationJump to search
m
Line 1: Line 1:
FITS format is Flexible Image Transport System, and it is what professional astronomers use for image data.  FITS images consist of a plain text header and the binary image.  The header contains at least information about coordinates of the image, but may also contain a slew of other things about, for example, the target of the image, the telescope which took it, the astronomer(s) who observed it, when it was observed, the wavelength used, and any data reduction steps that may have been done to the image. The binary image can be one plane or many planes of images.  It can also be a table of data.   
+
FITS stands for Flexible Image Transport System, and this format is what professional astronomers use for image data.  FITS images consist of a plain text header and the binary image.  The header contains at least information about coordinates of the image, but may also contain a slew of other things about, for example, the target of the image, the telescope which took it, the astronomer(s) who observed it, when it was observed, the wavelength used, and any data reduction steps that may have been done to the image. The binary image can be one plane or many planes of images.  It can also be a table of data.   
  
 
Astronomers use FITS images because they are at least 16 or even 32 bits deep -- that is, there are at least 2 to the power of 16 (<math>2^{16}</math>) or 65,536 and possibly (<math>2^{32}</math>=) 4.3 billion possible discrete levels of data for each pixel.  Things like jpegs or gifs are only 8 bits deep, meaning that there are only (<math>2^{8}</math>=) 256 discrete levels of information for each pixel (per color plane).  This is why if you make a nice image in Leopard with lots of extra detail, that detail gets lost when you save it as a jpeg.  The computer is compressing 65,000 levels into 256.   
 
Astronomers use FITS images because they are at least 16 or even 32 bits deep -- that is, there are at least 2 to the power of 16 (<math>2^{16}</math>) or 65,536 and possibly (<math>2^{32}</math>=) 4.3 billion possible discrete levels of data for each pixel.  Things like jpegs or gifs are only 8 bits deep, meaning that there are only (<math>2^{8}</math>=) 256 discrete levels of information for each pixel (per color plane).  This is why if you make a nice image in Leopard with lots of extra detail, that detail gets lost when you save it as a jpeg.  The computer is compressing 65,000 levels into 256.   
  
 
[http://fits.gsfc.nasa.gov/ More information on FITS format]
 
[http://fits.gsfc.nasa.gov/ More information on FITS format]

Revision as of 20:12, 3 August 2007

FITS stands for Flexible Image Transport System, and this format is what professional astronomers use for image data. FITS images consist of a plain text header and the binary image. The header contains at least information about coordinates of the image, but may also contain a slew of other things about, for example, the target of the image, the telescope which took it, the astronomer(s) who observed it, when it was observed, the wavelength used, and any data reduction steps that may have been done to the image. The binary image can be one plane or many planes of images. It can also be a table of data.

Astronomers use FITS images because they are at least 16 or even 32 bits deep -- that is, there are at least 2 to the power of 16 (Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle 2^{16}} ) or 65,536 and possibly (Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle 2^{32}} =) 4.3 billion possible discrete levels of data for each pixel. Things like jpegs or gifs are only 8 bits deep, meaning that there are only (Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle 2^{8}} =) 256 discrete levels of information for each pixel (per color plane). This is why if you make a nice image in Leopard with lots of extra detail, that detail gets lost when you save it as a jpeg. The computer is compressing 65,000 levels into 256.

More information on FITS format