| MU D | [Divide real or complex files] |
| MU M | [Multiply 1st complex file by 2nd conjugated file] |
| MU O | [Multiply with arithmetic OR] |
.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
BL ; Create blank output file
out999 ; Output file name
64 64 ; Dimensions of output file (same as input!)
N ; Do not use average
0.0 ; Image value
DO I=1,4
MU ; Multiply files operation
inp00i ; Existing input file file series
mult00 ; Second input file (multiplier file)
out999 ; Output file
* ; * for multiplier file (terminates input cycle)
ENDDO
© Copyright Notice / Enquiries: spider@wadsworth.org