Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | image |
outfile | in | Output Complex (disk) image file name | |
Allowed: | String | ||
imag | in | Imaginary image file name | |
Allowed: | String | ||
region | in | The region of interest | |
Allowed: | Region tool | ||
Default: | Whole image | ||
overwrite | in | Overwrite (unprompted) pre-existing output file ? | |
Allowed: | T or F | ||
Default: | F |
This function combines the current image with another image to make a complex image. The current image (i.e. that associated with this Image tool is assumed to be the Real image). You supply the Imaginary image; it must be disk-based at this time.
The output image cannot be associated with an Image tool (does not handle Complex images yet) and so the best you can do is write it to disk. The Viewer can view it.
- myim := image('im.real') - myim.makecomplex('im.complex', 'im.imag')