Produced by IDL 6.1
User Documentation

./guide
set_data_container.pro

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

set_data_container

procedure set_data_container, data, [index=integer], [/ignore_line], [/noshow]

Set the element of the appropriate GUIDE data structure array. If !g.line is true, the value is copied into the !g.s, otherwise it is copied in to !g.c.

Version
$Id: set_data_container.pro,v 1.10 2005/05/26 14:43:34 bgarwood Exp $

Parameters
data
in, required
A data structure (continuum or spectrum) to put into the indicated location.

Keywords
index
in, optional
integer
The location to put the data. When not supplied the 0 location is used.
ignore_line
in, optional
boolean
When set, the value of !g.line is ignored and the choice of which data array to use is determined by the contents of data.
noshow
in, optional
boolean
Normally, if index is 0 and !g.frozen is 0 then show is called at the end. If this is set, that behavior is turned off.


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