|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide summary.pro
| summary |
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.
Note: The numbers (nIF, nInt, nFd) are the number of unique values for each parameter (ifnum, intnum, fdnum) found for that scan. All combinations of all possible values of ifnum, intnum, fdnum, and plnum may not be present in that scan.
filein,'myfile.fits'
summary
; summarize the same output to a file instead of the screen
summary,'myfile.summary'
; summarize starting from scan 14
summary, bscan=14
; summarize through scan 24
summary, escan=24
; summarize from scan 14 through scan 24
summary, bscan=14, escan=24
| Parameters | |
|
file |
The file to write to. Defaults to the current screen, using "more" to page the output. |