|
User Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./guide decimate.pro
decimate |
procedure decimate[, nchan] |
This procedure decimates a spectrum (i.e. thins the spectrum by selecting out every nth channel). The procedure still needs to be generalized by offering the option to choose a start channel. At present, it always starts at channel 0. Operates on the PDC (!g.s[0])
getrec,1 show decimate,2 show
Parameters | |
nchan |
Thin the spectrum by one channel in every nchan channels. Default nchan=2. |