Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: imagepol.complexfraclinpol - Function Up: imagepol - Tool Previous: imagepoltestimage - Constructor


imagepol.complexlinpol - Function



Package general
Module images
Tool imagepol


Complex linear polarization


Synopsis
complexlinpol(outfile)


Arguments

outfile in Output image file name
    Allowed: String


Returns
T or fail



Description

This function (short-hand name clp) produces the complex linear polarization; Q + iU and writes it to a disk image file.

The Image tool cannot yet handle Complex images. You must therefore write the Complex image to disk. The Viewer can display Complex images. Also the Table tool can access Complex images.



Example
- include 'imagepol.g'
- include 'table.g'
- p := imagepol('stokes.cube')
- p.complexlinpol('cplx')
- t := table('cplx')
- t.browse()





next up previous contents index
Next: imagepol.complexfraclinpol - Function Up: imagepol - Tool Previous: imagepoltestimage - Constructor   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-08-01