nraonrao
 
NRAO Home > CASA > CasaRef
componentlist.select - Function

1.4.2 Mark components in the list
Description

The select function is used to mark the specified components as “selected”. This function will be used in conjunction with the planned graphical user interface. Other functions functions in the componentlist tool will behave no differently if a component is marked as “selected”.

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.

Arguments





Inputs

which

A vector of indices. Indices must be between 1 and the list length

allowed:

int

Default:

Returns
bool

Example

      include ’componentlist.g’  
      cl := componentlist(’crux.cl’);  
      cl.select([1,3]);  
    

Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu

Copyright © 2008 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

Updated daily during alpha development.