Produced by IDL 6.1
User Documentation

./guide
File select.pro

Last modification date:
Wed Nov 17 16:47:51 2004


select

procedure select, [/keep], _EXTRA=_EXTRA

Select data from the current io object (!g.ioline or !g.iocont depending on value of !g.line or !g.lineoutio if keep is set) and append the indicies that match the selection criteria to !g.astack. Currently, the selection criteria are passed directly to the io class's get_index function via the _EXTRA parameter. Eventually, a more specific detailed interface will be found here. See the line index's search_index or continuum index's search_index for the full set of parameters that are available.

Uses
select_data
Version
$Id: select.pro,v 1.4 2004/11/17 21:47:51 bgarwood Exp $

Keywords
keep
in, optional
boolean
If set, the selection comes from the keep file and the value of !g.line is irrelevant.
_EXTRA
.


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:14 2004