Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imagepol |
outfile | in | Output image file name | |
Allowed: | String |
This function (short-hand name clp) produces the complex fractional linear polarization; (Q + iU)/I 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.
- include 'imagepol.g' - include 'table.g' - p := imagepol('stokes.cube') - p.complexfraclinpol('cplx') - t := table('cplx') - t.browse()