Displaying wavdetect & other source catalogs

Source catalogs produced by wavdetect are FITS binary tables, and can thus be examined and manipulated by a wide variety of FITS-compatible tools, notably fv. See the Recipe page on placing wavdetect sources onto an ACIS image. P. Broos also suggests the following IDL tools: P. Broos has written an IDL program to convert a wavdetect source list (in FITS binary tables) to an astrolib "database". It is called db_from_ciao.pro and is called within IDL as follows: where Field.sources is the wavdetect source list produced by CIAO. Four files are created in the current directory: Field.dbd, Field.dbf, Field.dbh, and Field.dbx. After creating these files, it is convenient to run the dbhelp and dbprint commands to give you a sample of the DB* commands available in the astrolib.