Produced by IDL 7.1.1
User Documentation

./guide
summary.pro

Last modification date:
Wed Feb 8 12:37:22 2012

summary

procedure summary[, file]

This procedure lists a summary of the input dataset. The listing can be sent to a file instead of directly to the current screen.

This is designed to work with un-calibrated GBT data and is likely to give confusing results for other data. For other data, list is usually more useful.

Examples
    filein,'myfile.fits'
    summary
       ; or
    summary,'myfile.summary'
       ; puts that output to disk instead of the screen
 
Version
$Id: summary.pro,v 1.24 2010/02/04 18:04:08 bgarwood Exp $

Parameters
file
in, optional
string (def. /dev/tty)
The file to write to. Defaults to the current screen, using "more" to page the output.


Produced by IDLdoc 1.6 on Wed Feb 8 12:38:29 2012