NRAO Home > CASA > CASA Toolkit Reference Manual
componentlist.deselect - Function

1.2.1 Unmark components in the list


Description

The deselect function is used to remove the “selected” mark from specified components in the list. This function wiil be used in conjunction with the planned graphical user interface and no other functions in the componentlist will behave differently if a component is marked as “selected” or not.

Components are not selected when the list is initially read from disk or when a new component is added to the list using the simulate function. function. Deselecting a component that is already deselected is perfectly valid and results in no change.

Arguments





Inputs

which

A vector of indices Indices must be between 0 and one less than the list length, inclusively

allowed:

intArray

Default:

Returns
bool

Example

 
 
      cl.open(’crux.cl’)  
      cl.select([1,3])  
      cl.deselect([2,3])  
 

__________________________________________________________________


More information about CASA may be found at the CASA web page

Copyright © 2016 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search