|
User Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox get_scan_numbers.pro
get_scan_numbers |
function get_scan_numbers([unique=unique]) |
Function to return scan numbers for the input data file. Useful for error checking. Unless unique is set, this returns the different scan numbers in the order they appear in the current line data source (!g.lineio). Duplicate scan numbers will be shown in this list. Useful for error checking.
a = get_scan_numbers() print,a
Keywords | |
unique |
If set, the unique scan numbers are returned. This is a sorted list and it is impossible to tell if there are any duplicate scan numbers. |