NRAO Home > CASA > CASA Toolkit Reference Manual
imagepol.summary - Function

1.1.4 Summarise Imagepol tool


Description

This function just lists a summary of the Imagepol tool to the logger. Currently it just summarizes the image to which the tool is attached.

Arguments





Returns
bool

Example

 
 
"""  
#  
print "\t----\t summary Ex 1 \t----"  
po.open(’stokes.image’)  
po.summary()  
#  
#Image name       : stokes.image  
#Object name      :  
#Image type       : PagedImage  
#Image quantity   : Intensity  
#Pixel mask(s)    : None  
#Region(s)        : None  
#  
#Direction reference : J2000  
#Spectral  reference : TOPO  
#Velocity  type      : RADIO  
#Rest frequency      : 1.4e+09 Hz  
#Telescope           : UNKNOWN  
#Observer            : UNKNOWN  
#Date observation    : UNKNOWN  
#  
#Axis Coord Type      Name             Proj Shape Tile   Coord value at pixel    Coord incr Units  
#------------------------------------------------------------------------------------------------  
#0    0     Direction Right Ascension   SIN    32   32  00:00:00.000    16.00 -6.000000e+01 arcsec  
#1    0     Direction Declination       SIN    32   32 +00.00.00.000    16.00  6.000000e+01 arcsec  
#2    1     Stokes    Stokes                    4    4       I Q U V  
#3    2     Spectral  Frequency                32   32       1.4e+09    16.00  4.000000e+06 Hz  
#                     Velocity                                     0    16.00 -8.565499e+02 km/s  
#  
#  
"""  
 

__________________________________________________________________


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