Produced by IDL 7.1.1
User Documentation

./toolbox
getdcdata.pro

Last modification date:
Wed Sep 28 13:27:11 2016

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 Wed Sep 28 13:27:39 2016