Produced by IDL 6.1
User Documentation

./guide
get.pro

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

get

procedure get, _EXTRA=_EXTRA

Get a data structure from the default io object and put that into the default 0 element of the array of data containers. If the value of !g.line is true, then the data comes from !g.lineio and the result is stored in !g.s[0], otherwise the data comes from !g.contio and is stored in !g.c[0]. Currently, the selection criteria are passed directly to the io class's get_spectra or get_continua 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 through the _EXTRA parameter here.

Uses
set_data_container
Version
$Id: get.pro,v 1.12 2005/05/28 15:24:23 paghots Exp $

Keywords
_EXTRA
.


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