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


next up previous contents index
Next: functional.state - Function Up: functional - Tool Previous: functional.mask - Function


functional.setmask - Function



Package utility
Module functionals
Tool functional


Set a single mask


Synopsis
setmask(n, v)


Arguments

n in parameter index
    Allowed: integer
    Default: 1
v in parameter mask to be set
    Allowed: boolean
    Default: T


Returns
boolean array or fail


Description

Set a parameter mask, and return the new suite of masks



Example
- a:=dfs.gaussian1d()
- a.setmasks([T,F,F])
T 
- a.masks()           
[T F F]  
- a.setmask(2,T)
[T T F]





next up previous contents index
Next: functional.state - Function Up: functional - Tool Previous: functional.mask - 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-10-15