Funtools - FITS Users Need Tools
This document is the Table of Contents for Funtools.
Funtools, is a "minimal buy-in" FITS library and utility
package developed at the the High Energy Astrophysics Division of SAO. The
Funtools library provides simplified access to a wide array of file types:
standard astronomical FITS images and binary tables, raw arrays and binary
event lists, and even tables of ASCII column data. A sophisticated region
filtering library (compatible with ds9) filters images and tables using
boolean operations between geometric shapes, support world coordinates, etc.
Funtools also supports advanced capabilities such as optimized data
searching using index files.
The main goal of the Funtools project has been to develop a
minimal buy-in FITS library for researchers who are occasional (but serious)
coders. In this case, "minimal buy-in" means "easy to learn,
easy to use, and easy to re-learn next month". We have tried to achieve
this goal by emphasizing two essential capabilities. The first is the
ability to develop FITS programs without knowing much about FITS, i.e.,
without having to deal with the arcane rules for generating a properly
formatted FITS file. The second is to support the use of already-familiar
C/Unix facilities, especially C structs and Unix stdio. Taken together,
these two capabilities should allow researchers to leverage their existing
programming expertise while minimizing the need to learn new and complex
coding rules.
Choose from the following topics:
- •
- Funtools User Programs
- funcalc: Funtools calculator (for binary tables) [funcalc(1)]
- funcen: find centroid (for binary tables) [funcen(1)]
- funcnts: count photons in specified regions [funcnts(1)]
- funcone: cone search on RA, Dec columns [funcone(1)]
- fundisp: display data in a Funtools data file [fundisp(1)]
- funhead: display a header in a Funtools file [funhead(1)]
- funhist: create a 1D histogram of a column [funhist(1)]
- funimage: create a FITS image from a Funtools data file
[funimage(1)]
- funindex: create an index on a column in a binary table
[funindex(1)]
- funjoin: join two or more FITS binary tables on specified columns
[funjoin(1)]
- funmerge: merge one or more Funtools table files [funmerge(1)]
- funsky: convert between image and sky coordinates, using WCS info from a
FITS header [funsky(1)]
- funtable: copy selected rows from a Funtools file to a FITS binary table
[funtable(1)]
- funtbl: extract a table from Funtools ASCII output [funtbl(1)]
- funtools and ds9 image display [funds9(7)]
- •
- Funtools Programming
- Funtools Programming Summary [funlib(3)]
- Funtools Programming Tutorial [funlib(3)]
- A Short Digression on Subroutine Order [funlib(3)]
- Compiling and Linking [funlib(3)]
- The Funtools Reference Handle [funlib(3)]
- The Funtools Programming Reference Manual
- •
- Funtools Programming Examples [funlib(3)]
- evmerge: merge new columns with existing columns
- evcols: add column and rows to binary tables
- imblank: blank out image values below a threshold
- •
- Funtools Data Files [funfiles(7)]
- •
- Supported Data Formats
- FITS File and Extensions
- Non-FITS Raw Event Files
- Non-FITS Array Files
- Column-based Text (ASCII) Files
- Database Views of Tables
- Image Sections and Blocking
- Binning FITS Binary Tables and Non-FITS Event Files
- Disk Files and Other Supported File Types
- •
- Funtools Data Filtering
- •
- Miscellaneous
- Funtools Environment Variables [funenv(7)]
- Funtools ChangeLog