Usage Example - Operation: 'PP LL'

Draw line(s) in image/volume from Document file data

Procedure used: ppll.spi


.OPERATION: PP LL ;   Draw line(s) in image
.COORDINATE DOCUMENT FILE: ppll_doc ;   Document file (input)
.INPUT/OUTPUT FILE: ppll ;   Image (input/output)
.DIMENSIONS: 150, 200 ;   X & Y registers in doc file
.X-COL, Y-COL: 1, 2 ;   X & Y registers in doc file
.LINE INTENSITY COL.: -1 ;   < 0 is ask for density
.LINE INTENSITY: 1 ;   Density
.BACKGROUND INTENSITY: 0 ;   Background density
.CONTOUR NO. COLUMN (=0 FOR NONE): 0 ;   No contour number in doc file
.X-FACTOR, Y-FACTOR: 1,-1 ;   Factors
.X-OFFSET, Y-OFFSET: 0,0 ;   No offsets



INPUT DOCUMENT FILE
ppll_doc



OUTPUT IMAGE
ppll