home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / astro / fits / 262 next >
Encoding:
Text File  |  1993-01-21  |  8.6 KB  |  175 lines

  1. Newsgroups: sci.astro.fits
  2. Path: sparky!uunet!spool.mu.edu!agate!ames!nsisrv!nssdca.gsfc.nasa.gov!bschlesinger
  3. From: bschlesinger@nssdca.gsfc.nasa.gov (Barry Schlesinger)
  4. Subject: FITS basics and information
  5. Message-ID: <21JAN199315003692@nssdca.gsfc.nasa.gov>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: nssdca.gsfc.nasa.gov
  9. Organization: NASA - Goddard Space Flight Center
  10. Date: Thu, 21 Jan 1993 20:00:00 GMT
  11. Expires: Thu, 18 Feb 1993 00:00:00 GMT
  12. Lines: 161
  13.  
  14.  
  15.     This basic FITS information is posted and updated periodically
  16. for the benefit of new readers and the reference of old readers. 
  17.  
  18.     FITS (Flexible Image Transport System) is a data format
  19. designed to provide a means for convenient exchange of astronomical
  20. data between installations whose standard internal formats and
  21. hardware differ. A FITS file is composed of a sequence of Header Data
  22. Units (HDUs). The header consists of keyword=value statements, which
  23. describe the format and organization of the data in the HDU and may
  24. also provide additional information, for example, about the instrument
  25. or the history of the data.  The data follow, structured as the header
  26. specifies. The data section of the HDU may contain a digital image,
  27. but, except for the first, IT DOESN'T HAVE TO.  Other possible formats
  28. include tables and multidimensional matrices that are not images. The
  29. first HDU must contain a multidimensional matrix or no data at all;
  30. the data in subsequent HDUs, called extensions, may be of any type,
  31. consistent with certain rules.  The "Image" in the name comes from the
  32. original use of the format to transport digital images, but it's not
  33. just for images any more. 
  34.  
  35.      FITS is not principally a graphics format designed for the
  36. transfer of pictures; it does not incorporate "FITS viewers", packages
  37. for decoding the data into an image.  Users must develop or obtain
  38. separate software to convert the data from the FITS file into a form
  39. that can be readily displayed.
  40.  
  41.     As has been discussed in this newsgroup, and in
  42. alt.sci.astro.fits before it, the Extended Portable Bitmap Toolkit
  43. (pbm+) can be used for converting many FITS files to such a format.
  44. However, support is not guaranteed for all FITS files where the data
  45. are in the form of an image.  In particular, there may be problems
  46. when the data matrix members are in IEEE floating point format
  47. (BITPIX<0) or the matrix has more than two dimensions (NAXIS>2).
  48.  
  49.      Archie Warnock and Ron Baalke have announced release of version
  50. 7.8 of the IMDISP program. IMDISP is an interactive image processing
  51. program that runs on an IBM PC computer and supports FITS input. 
  52. IMDISP 7.8 is available via anonymous ftp at ames.arc.nasa.gov
  53. [128.102.18.3] in a file called imdisp78.zip in the pub/SPACE/SOFTWARE
  54. subdirectory and at hypatia.gsfc.nasa.gov in the pub/software/imdisp
  55. subdirectory.  It is also available through Simtel-20 [192.88.110.20]
  56. at PD1:<MSDOS.GRAPHICS>IMDISP78.ZIP. 
  57.  
  58.     Additional discussion of FITS->image converters appears in
  59. this newsgroup from time to time. 
  60.  
  61.     The fundamental references on FITS are the following four
  62. papers, often referred to collectively as the "Four FITS Papers". 
  63. These papers are the formal standard for FITS, endorsed by the
  64. International Astronomical Union (IAU). 
  65.  
  66. Wells, D. C., Greisen, E. W., and Harten, R. H., "FITS: a flexible 
  67. image transport system," Astronomy and Astrophysics Supplement Series, 
  68. 44,  363-370, 1981. 
  69.  
  70. Greisen, E. W. and Harten, R. H., "An extension of FITS for small 
  71. arrays of data," Astronomy and Astrophysics Supplement Series, 44, 
  72. 371-374, 1981. 
  73. (NOTE: The format described in this paper has been used almost 
  74. exclusively to transport radio interferometry and is likely to be 
  75. replaced by other formats in the future.  Writing data other than 
  76. radio interferometry data using this format is not recommended.)   
  77.  
  78. Grosbol, P., Harten, R. H., Greisen, E. W., and Wells, D. C., 
  79. "Generalized extensions and blocking factors for FITS," Astronomy and 
  80. Astrophysics Supplement Series, 73, 359-364, 1988. 
  81.  
  82. Harten, R. H., Grosbol. P., Greisen, E. W., and Wells, D. C., "The 
  83. FITS tables extension, Astronomy and Astrophysics Supplement Series, 
  84. 73, 365-372, 1988. 
  85.  
  86.      A User's Guide for FITS, commissioned by NASA Headquarters,
  87. is maintained by the NASA/OSSA Office of Standards and Technology
  88. (NOST) FITS Support Office.  This Guide is intended to be a tutorial
  89. for new FITS users. In addition to presenting the rules of FITS, it
  90. provides some of the history and reasoning behind the choice of the
  91. rules, adds recommendations on good practices, and discusses current
  92. developments in FITS.  A new version, 3.0, was issued in January 1993.
  93. This document is at present available only in printed form, but steps
  94. are under way to generate a PostScript version that will work on many
  95. systems and a flat ASCII version.  Because of the large volume of
  96. copies of the new edition that are being sent out, there may be some
  97. delays in the response until the backlog is cleared. 
  98.  
  99.     NASA is sponsoring development of a formal standard for FITS.
  100. The goal document codifying FITS as endorsed by the IAU, eliminating
  101. some contradictions and ambiguities in the original FITS papers, that
  102. can be endorsed by the IAU FITS Working Group as the FITS standard. 
  103. The document is being developed by a Technical Panel chaired by Dr.
  104. Robert J. Hanisch (STSci), with review by the astronomical community. 
  105. Only minor revisions are expected to the current draft, version 0.3b,
  106. but the form of the standard is not final, and it does not supersede
  107. the four papers and Floating Point Agreement endorsed by the IAU as
  108. the official standard for FITS. 
  109.  
  110.     The IAU has endorsed the Floating Point Agreement, which
  111. defines how floating point numbers are to be expressed in FITS.  The
  112. basic agreement appears verbatim in the User's Guide, and the
  113. substance is incorporated in the Draft NASA FITS definition. 
  114.  
  115.     The NOST maintains a file of FITS information available by
  116. anonymous ftp from nssdca.gsfc.nasa.gov or DECnet copy from NSSDCA, in
  117. the directory FITS. It includes copies of the current NASA draft
  118. standard in flat ASCII, PostScript, and LaTeX.  Style and index files
  119. are provided for the LaTeX form.  A current list of the extension type
  120. (structure) names registered with the IAU FITS Working Group is
  121. maintained.  Also available, in LaTeX form, is the text of the
  122. proposal for one of these new extension types, IMAGE.  A README. file
  123. describes the contents of the directory.  A SOFTWARE subdirectory,
  124. described by an included README.FIRST file, contains a program in C to
  125. read and list the headers of a FITS file and another file with
  126. information on publicly available FITS software packages. The ERRTEST
  127. subdirectory contains several versions of the same FITS file, a valid
  128. one and several with different kinds of header errors, for use in
  129. testing software to read FITS files.  An included README.FIRST file
  130. contains details. 
  131.     Additional material can be obtained by anonymous ftp from the
  132. National Radio Astronomy Observatory, from fits.cv.nrao.edu, in the
  133. directory FITS.  The Documents subdirectory (case is significant)
  134. contains copies of the BINTABLE Binary Tables extension proposal,
  135. which is now under consideration by the FITS committees, and a draft
  136. describing a suggested method for data compression under FITS. It also
  137. contains text of a paper summarizing conclusions of a workshop on
  138. World Coordinates held in Charlottesville in 1988, which is serving as
  139. the basis for continuing discussion of world coordinates issues, some
  140. of which appears on this newsgroup from time to time. These documents
  141. are available in both LaTeX and PostScript forms. A number of
  142. additional documents are available in ASCII text form, including the
  143. proposal on physical blocking of FITS files on media other than tape
  144. and material on FITS, its history, and the FITS community. 
  145.  
  146.     Printed copies of many of the documents listed above can be
  147. obtained from the NOST Librarian. Printed copies of the User's Guide
  148. and either paper or electronic copies of the Draft NOST Standard, for
  149. those without ftp access, are available.  Because of restrictions set
  150. by the copyright holder, NOST can send copies of the four FITS papers
  151. only to non-profit organizations.  The NOST can be reached as follows:
  152.  
  153. (Postal) NASA/OSSA Office of Standards and Technology
  154.      Code 633.2
  155.      Goddard Space Flight Center
  156.      Greenbelt MD 20771
  157.      USA
  158.  
  159. (Internet) nost@nssdca.gsfc.nasa.gov
  160. (DECnet) NCF::NOST
  161.  
  162. Telephone: (301)286-3575 8 a. m. - 5 p. m., U. S. Eastern Time
  163.     If the Librarian is unavailable, a phone mail system takes the
  164. call after four rings. 
  165.     Please mention this posting in your request.
  166.  
  167.  
  168.                     Barry M. Schlesinger
  169.                     Coordinator,
  170.                     NASA/NSSDC
  171.                     NOST FITS Support Office
  172.         
  173. (301) 513-1634                fits@nssdca.gsfc.nasa.gov
  174.                     NCF::FITS
  175.