Level 2 Help for GRAF2ARC

INP

             IBIS graphics input file name/s.

             Up to 20 input files may be input.


OUT

             Output UNGENERATE filename.
 


FLIP

             Indicates that coordinates from the input graphics 
             file/s are in Y,X ( line, sample ) format.   These 
             will be flipped to an X,Y coordinate system.

             Default is X,Y.


NLINES

             Number of lines  represented  in  the input 
             graphics file. This variable is only needed
             if the FLIP keyword is invoked.


SCALE

             Data will be divided by this scalar if required.

             Default = 1.0


XOFFSET

             X offset - value added to IBIS graphics X values.
 
             Default = 0


YOFFSET

             Y offset - value added to IBIS graphics Y values.

             Default = 0


FIELDS

             Output data format. Informs the program of the Fortran
             formats required for the output data.


             First word contains  the integer format for the arc 
             descriptor.  For example if the arc is input in I10
             format,  the user would  code the number 10 in this 
             field. The second and third words describe the X, Y
             coordinate data pairs.   It  is  assumed that these 
             values are in F format.  The second  word  contains 
             the  digits  to the left of the decimal point;  the
             third  word  contains  digits  to  the right of the 
             decimal point.

             Defaults = 10, 15, 6


DEB

                               Debug flag 

             Produces listing on monitor of digitized 
             types (e.g. LINE SEGMENT, LINE STRING ).
             This is a program aid for debugging code.

 
                              Valid = "DEB"