Previous: ADD/SUB/DIV/MULT - image/image arithmetic
Up: Selected data processing facilities
Next: SQEL/EXTRACT - spectrum/sub-image extraction
Previous Page: ADD/SUB/DIV/MULT - image/image arithmetic
Next Page: SQEL/EXTRACT - spectrum/sub-image extraction

CADD/CSUB/CDIV/CMULT - image/scalar arithmetic

These programs perform the basic scalar arithmetic operations on images, in all cases producing an image of the same type and shape as the input image. They will operate on Integer*2, Integer*4, Real*4 and Unsigned 2 byte Integer images.

Parameters

Each requires three, the scalar, the input image and the output image. If omitted, they will be prompted for.

Examples

Adam:> CADD 100 IMAGE T1

Notes

These programs will truncate the output result if it would overflow the data format.


Wed Apr 6 22:56:39 BST 1994