Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | dish | |
Module | dish | |
Tool | dish |
cliplevel | threshold for clipping | ||
Allowed: | float | ||
Default: | no default | ||
channelrange | range of channels to flag | ||
Allowed: | vector of integers | ||
Default: | all | ||
clipdir | clip direction - clip above ('high') or below ('low') the threshhold | ||
Allowed: | string | ||
Default: | high |
- d.clip(0.4,[100:500]); - d.clip(-.3,[100:300],'low');