Produced by IDL 7.0
Developer Documentation

./toolbox
getdcdata.pro

Last modification date:
Sun Oct 22 03:20:02 2017

GETDCDATA

function GETDCDATA(dc[, elements])

Convenience function for retrieving data from a data container. Can retrieve the entire data array, just a range, or a single element of the data.

Returns
either the entire data array of data container, or part of it
Examples
    ; dc already exists
    ; all of it
    thedata = getdcdata(dc)
    ; some of it
    somedata = getdcdata(dc,[100:400])
 
Uses
data_valid
Version
$Id$

Parameters
dc
in, required
struct
data container (spectrum or continuum)
elements
in, optional
long array
elements of data to return, one integer, or two element array specifiying range


Produced by IDLdoc 1.6 on Sun Oct 22 03:20:17 2017