Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: dish.copy - Function Up: dish - Tool Previous: dish.clearrm - Function


dish.clip - Function



Package dish
Module dish
Tool dish


Clip/Edit data (set flags)


Synopsis
clip(cliplevel, channelrange, clipdir)


Description
This function will flag all channels within the specified range, based on a threshhold value. Only channels in the given range will be considered for flagging.



Arguments

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


Returns
Boolean


Example
- d.clip(0.4,[100:500]);
- d.clip(-.3,[100:300],'low');





next up previous contents index
Next: dish.copy - Function Up: dish - Tool Previous: dish.clearrm - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01