Previous: ADD/SUB/DIV/MULT - Image/image arithmetic
Up: SELECTED DATA PROCESSING FACILITIES
Next: SQEL/EXTRACT - Sub-image extraction
Previous Page: ADD/SUB/DIV/MULT - Image/image arithmetic
Next Page: SQEL/EXTRACT - Sub-image extraction

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

These programs perform the basic scalar arithmetic operations in 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 and Real*4 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 regard Integer*2 data as being signed so must be used with care.


Fri Jun 10 17:31:56 BST 1994