Produced by IDL 6.1
User Documentation

./toolbox
get_scan_numbers.pro

Last modification date:
Thu Jun 2 23:56:08 2005

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.

Examples
    a = get_scan_numbers()
    print,a
 
Version
$Id: get_scan_numbers.pro,v 1.4 2005/05/29 21:34:23 bgarwood Exp $

Keywords
unique
in, optional
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.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:57 2005