Produced by IDL 6.1
User Documentation

./guide
replace.pro

Last modification date:
Thu Jun 2 23:56:08 2005

replace

procedure replace[, bchan][, echan], [/zero]

Replace spectral channels by interpolation, or with zero values

Examples
    getrec,1
    chan               ; set the X-axis to channels
    replace,1023,1025  ; replace the channel range 1023-1025
    freq               ; set the X-axis to GHz
    replace            ; prompt user for ranges and replace the values
    replace,15,/zero   ; set the data value at channel 15 to 0.0
 
Version
$Id: replace.pro,v 1.3 2005/05/30 04:03:43 bgarwood Exp $
Common blocks
gbtplot_common

Parameters
bchan
in, optional
float
Starting channel
echan
in, optional
float
Ending channel

Keywords
zero
in, optional
boolean
Compute stats for full spectrum?


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:51 2005