| MUL | [Multiply two or more, real or complex images] |
| MUL 2 | [Pairwise multiply series of real or complex images] |
| MUL M | [Multiply 1st complex file by 2nd conjugated file] |
| DIV | [Divide real or complex files] |
| DIV 2 | [Pairwise divide series of real or complex images] |
.MULTIPLIER FILE: PIC002
[Enter the name of the file containing multiplier. Can
be same as the first input file.]
.OUTPUT FILE: PIC999
[Enter the name of output file. Can be same as either
input file.]
NOTES
[num] = 1
CP ; Create constant value file
inp{***[num]} ; First file (input)
out999 ; File name (output)
DO [num]=2,4 ; Creates running multiplicand
MU ; Add files operation
out999 ; First file (input)
inp{***[num]} ; Second file (input)
out999 ; Multiplied file (output)
* ; Put asterick here
ENDDO