Produced by IDL 7.0
Developer Documentation

./toolbox
dcscale.pro

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

dcscale

procedure dcscale, dc, factor

This procedure scales a data container by a scalar value

Examples
    get,index=1
    a = data_new()
    data_copy,!g.s[0],a
    show
    dcscale,a,100
    show,a
 
Version
$Id$

Parameters
dc
in, required
data container
data container (spectrum or continuum)
factor
in, required
float
scale factor


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