Produced by IDL 7.1.1
User Documentation

./guide
bias.pro

Last modification date:
Fri Sep 23 11:20:30 2016

bias

procedure bias, factor[, buffer]

This procedure adds a scalar bias to the data container's data.

Equivalent to:

 !g.s[0].data_ptr = !g.s[0].data_ptr + factor
 

Examples
    getrec,1
    show
    bias,1.3  ; all values in the PDC are now larger by 1.3
    show
    copy,0,5
    bias,2.4,5 ; all values in buffer 5 now larger by 2.4
    show
 
Uses
dcbias
Version
$Id$

Parameters
factor
in, required
float
scalar value to be added
buffer
in, optional
int
The global buffer number containing the data to be adjusted.


Produced by IDLdoc 1.6 on Fri Sep 23 11:20:55 2016