Produced by IDL 6.1
Developer Documentation

./guide
replace.pro

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

Routine Summary  2 routines

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

Replace spectral channels by interpolation, or with zero values

procedure replace_chans, bchan, echan, zero=zero

private

Routine Details

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?

replace_chans private

procedure replace_chans, bchan, echan, zero=zero

Parameters
bchan
.
echan
.

Keywords
zero
.


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