|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./toolbox File dcscale.pro
dcscale |
This procedure scales a data container by a scalar value
get,index=1
a = data_new()
data_copy,!g.s[0],a
show
dcscale,a,100
show,a
| Parameters | |
|
dc |
data container (spectrum or continuum) |
|
factor |
scale factor |