Produced by IDL 6.1
User Documentation

./toolbox
select_data.pro

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

select_data

function select_data([io_object], [count=variable], _EXTRA=_EXTRA)

Select data from the given io object and return the array of matching indices. 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.

Returns
an array of indicies. Returns a value of -1 if no match was found.
Version
$Id: select_data.pro,v 1.4 2005/05/18 17:06:40 bgarwood Exp $

Parameters
io_object
in, optional
sdfits io object
The io object on which the selection is performed

Keywords
count
out, optional
variable
The number of matches found.
_EXTRA
.


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