Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | dish | |
Module | dish | |
Tool | dish |
scanrec | an SDRecord | ||
Allowed: | boolean | ||
Default: | currently displayed | ||
type | type of smoothing function to be applied | ||
Allowed: | 'HANNING', 'BOXCAR', or 'GAUSSIAN' | ||
Default: | HANNING | ||
width | width of the boxcar or gaussian | ||
Allowed: | float | ||
Default: | 3 | ||
units | units for the width | ||
Allowed: | string | ||
Default: | 'channels' or 'native'-only relevant for GAUSSIAN | ||
decimate | decimate when smoothing (for HANNING) | ||
Allowed: | boolean | ||
Default: | F |
- mysmooth:=d.smooth(type='BOXCAR',width=5);
This does a 5 channel wide boxcar smooth.