Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | map | |
Tool | maskmanager |
This function creates a mask data item from a region
Create a mask data item item5 from the inner quarter region created by the default region manager.
Create a mask data item as defined by a region
Synopsis
regionmask(region, value)
Arguments
region
name of a region
Allowed:
any valid region
Default:
unset
value
value to set mask to
Allowed:
float
Default:
1.0
Returns
mask data item
or fail
Description
Example
mymm:= maskmanager();
item5 := mymm.regionmask(region=drm.quarter());
Next: maskmanager.thresholdmask - Function
Up: maskmanager - Tool
Previous: maskmanager.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