| AS R | [Average image/volume series, optional subset] |
| ADD 2 | [Pairwise add series of real or complex images] |
| PA | [Patch image into a larger existing image/volume] |
| AD S | [Add Series of images] |
| ADD R | [Add two images with ratio] |
| ADD F | [Add two images with factors] |
.NEXT INPUT FILE: PIC002
[Enter the name of the next file to be added. Can be
same as first input file.]
.OUTPUT FILE: PIC999
[Enter the name of the output file. Can be same as
either input file]
NOTES
BL ; Create constant value file
out999 ; File name (output)
64 64 ; Dimensions of output file
N ; Do not use average
0.0 ; Image value is zero
DO [num]=1,4 ; Creates running sum
ADD ; Add files operation
inp{***[num]} ; First file (input)
out999 ; Second file (input)
out999 ; Summed File (output)
* ; Put asterick here
ENDDO