home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.astro.fits
- Path: sparky!uunet!spool.mu.edu!agate!ames!nsisrv!nssdca.gsfc.nasa.gov!bschlesinger
- From: bschlesinger@nssdca.gsfc.nasa.gov (Barry Schlesinger)
- Subject: FITS basics and information
- Message-ID: <21JAN199315003692@nssdca.gsfc.nasa.gov>
- News-Software: VAX/VMS VNEWS 1.41
- Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
- Nntp-Posting-Host: nssdca.gsfc.nasa.gov
- Organization: NASA - Goddard Space Flight Center
- Date: Thu, 21 Jan 1993 20:00:00 GMT
- Expires: Thu, 18 Feb 1993 00:00:00 GMT
- Lines: 161
-
-
- This basic FITS information is posted and updated periodically
- for the benefit of new readers and the reference of old readers.
-
- FITS (Flexible Image Transport System) is a data format
- designed to provide a means for convenient exchange of astronomical
- data between installations whose standard internal formats and
- hardware differ. A FITS file is composed of a sequence of Header Data
- Units (HDUs). The header consists of keyword=value statements, which
- describe the format and organization of the data in the HDU and may
- also provide additional information, for example, about the instrument
- or the history of the data. The data follow, structured as the header
- specifies. The data section of the HDU may contain a digital image,
- but, except for the first, IT DOESN'T HAVE TO. Other possible formats
- include tables and multidimensional matrices that are not images. The
- first HDU must contain a multidimensional matrix or no data at all;
- the data in subsequent HDUs, called extensions, may be of any type,
- consistent with certain rules. The "Image" in the name comes from the
- original use of the format to transport digital images, but it's not
- just for images any more.
-
- FITS is not principally a graphics format designed for the
- transfer of pictures; it does not incorporate "FITS viewers", packages
- for decoding the data into an image. Users must develop or obtain
- separate software to convert the data from the FITS file into a form
- that can be readily displayed.
-
- As has been discussed in this newsgroup, and in
- alt.sci.astro.fits before it, the Extended Portable Bitmap Toolkit
- (pbm+) can be used for converting many FITS files to such a format.
- However, support is not guaranteed for all FITS files where the data
- are in the form of an image. In particular, there may be problems
- when the data matrix members are in IEEE floating point format
- (BITPIX<0) or the matrix has more than two dimensions (NAXIS>2).
-
- Archie Warnock and Ron Baalke have announced release of version
- 7.8 of the IMDISP program. IMDISP is an interactive image processing
- program that runs on an IBM PC computer and supports FITS input.
- IMDISP 7.8 is available via anonymous ftp at ames.arc.nasa.gov
- [128.102.18.3] in a file called imdisp78.zip in the pub/SPACE/SOFTWARE
- subdirectory and at hypatia.gsfc.nasa.gov in the pub/software/imdisp
- subdirectory. It is also available through Simtel-20 [192.88.110.20]
- at PD1:<MSDOS.GRAPHICS>IMDISP78.ZIP.
-
- Additional discussion of FITS->image converters appears in
- this newsgroup from time to time.
-
- The fundamental references on FITS are the following four
- papers, often referred to collectively as the "Four FITS Papers".
- These papers are the formal standard for FITS, endorsed by the
- International Astronomical Union (IAU).
-
- Wells, D. C., Greisen, E. W., and Harten, R. H., "FITS: a flexible
- image transport system," Astronomy and Astrophysics Supplement Series,
- 44, 363-370, 1981.
-
- Greisen, E. W. and Harten, R. H., "An extension of FITS for small
- arrays of data," Astronomy and Astrophysics Supplement Series, 44,
- 371-374, 1981.
- (NOTE: The format described in this paper has been used almost
- exclusively to transport radio interferometry and is likely to be
- replaced by other formats in the future. Writing data other than
- radio interferometry data using this format is not recommended.)
-
- Grosbol, P., Harten, R. H., Greisen, E. W., and Wells, D. C.,
- "Generalized extensions and blocking factors for FITS," Astronomy and
- Astrophysics Supplement Series, 73, 359-364, 1988.
-
- Harten, R. H., Grosbol. P., Greisen, E. W., and Wells, D. C., "The
- FITS tables extension, Astronomy and Astrophysics Supplement Series,
- 73, 365-372, 1988.
-
- A User's Guide for FITS, commissioned by NASA Headquarters,
- is maintained by the NASA/OSSA Office of Standards and Technology
- (NOST) FITS Support Office. This Guide is intended to be a tutorial
- for new FITS users. In addition to presenting the rules of FITS, it
- provides some of the history and reasoning behind the choice of the
- rules, adds recommendations on good practices, and discusses current
- developments in FITS. A new version, 3.0, was issued in January 1993.
- This document is at present available only in printed form, but steps
- are under way to generate a PostScript version that will work on many
- systems and a flat ASCII version. Because of the large volume of
- copies of the new edition that are being sent out, there may be some
- delays in the response until the backlog is cleared.
-
- NASA is sponsoring development of a formal standard for FITS.
- The goal document codifying FITS as endorsed by the IAU, eliminating
- some contradictions and ambiguities in the original FITS papers, that
- can be endorsed by the IAU FITS Working Group as the FITS standard.
- The document is being developed by a Technical Panel chaired by Dr.
- Robert J. Hanisch (STSci), with review by the astronomical community.
- Only minor revisions are expected to the current draft, version 0.3b,
- but the form of the standard is not final, and it does not supersede
- the four papers and Floating Point Agreement endorsed by the IAU as
- the official standard for FITS.
-
- The IAU has endorsed the Floating Point Agreement, which
- defines how floating point numbers are to be expressed in FITS. The
- basic agreement appears verbatim in the User's Guide, and the
- substance is incorporated in the Draft NASA FITS definition.
-
- The NOST maintains a file of FITS information available by
- anonymous ftp from nssdca.gsfc.nasa.gov or DECnet copy from NSSDCA, in
- the directory FITS. It includes copies of the current NASA draft
- standard in flat ASCII, PostScript, and LaTeX. Style and index files
- are provided for the LaTeX form. A current list of the extension type
- (structure) names registered with the IAU FITS Working Group is
- maintained. Also available, in LaTeX form, is the text of the
- proposal for one of these new extension types, IMAGE. A README. file
- describes the contents of the directory. A SOFTWARE subdirectory,
- described by an included README.FIRST file, contains a program in C to
- read and list the headers of a FITS file and another file with
- information on publicly available FITS software packages. The ERRTEST
- subdirectory contains several versions of the same FITS file, a valid
- one and several with different kinds of header errors, for use in
- testing software to read FITS files. An included README.FIRST file
- contains details.
- Additional material can be obtained by anonymous ftp from the
- National Radio Astronomy Observatory, from fits.cv.nrao.edu, in the
- directory FITS. The Documents subdirectory (case is significant)
- contains copies of the BINTABLE Binary Tables extension proposal,
- which is now under consideration by the FITS committees, and a draft
- describing a suggested method for data compression under FITS. It also
- contains text of a paper summarizing conclusions of a workshop on
- World Coordinates held in Charlottesville in 1988, which is serving as
- the basis for continuing discussion of world coordinates issues, some
- of which appears on this newsgroup from time to time. These documents
- are available in both LaTeX and PostScript forms. A number of
- additional documents are available in ASCII text form, including the
- proposal on physical blocking of FITS files on media other than tape
- and material on FITS, its history, and the FITS community.
-
- Printed copies of many of the documents listed above can be
- obtained from the NOST Librarian. Printed copies of the User's Guide
- and either paper or electronic copies of the Draft NOST Standard, for
- those without ftp access, are available. Because of restrictions set
- by the copyright holder, NOST can send copies of the four FITS papers
- only to non-profit organizations. The NOST can be reached as follows:
-
- (Postal) NASA/OSSA Office of Standards and Technology
- Code 633.2
- Goddard Space Flight Center
- Greenbelt MD 20771
- USA
-
- (Internet) nost@nssdca.gsfc.nasa.gov
- (DECnet) NCF::NOST
-
- Telephone: (301)286-3575 8 a. m. - 5 p. m., U. S. Eastern Time
- If the Librarian is unavailable, a phone mail system takes the
- call after four rings.
- Please mention this posting in your request.
-
-
- Barry M. Schlesinger
- Coordinator,
- NASA/NSSDC
- NOST FITS Support Office
-
- (301) 513-1634 fits@nssdca.gsfc.nasa.gov
- NCF::FITS
-