componentlist.convertfluxpol - Function

1.4.2 Change (convert) the polarization representation of the specified components
Description

The convertfluxpol function is used to convert the flux to another polarization representation. There are are three representations used, namely , ’Stokes’, ’linear’ & ’circular’

Arguments





Inputs

which

A vector of indices specifying the components to modify. A vector with indices between 1 and the list length

allowed:

int

Default:

polarization

The new polarization representation

allowed:

string

Default:

circular linear Stokes

Returns
bool

Example

      include ’componentlist.g’  
      cl := componentlist(’centarusA.cl’);  
      print cl.getfluxvalue(1);  
      cl.convertpol(1, ’linear’);  
      print cl.getfluxvalue(1);  
    

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.