|
User Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide summary.pro
| 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.
filein,'myfile.fits'
summary
; or
summary,'myfile.summary'
; puts that output to disk instead of the screen
| Parameters | |
|
file |
The file to write to. Defaults to the current screen, using "more" to page the output. |