20.18.1 /FILES

[ADVANCED\]UV_MERGE OutFile /FILES In1 In2 ... Inn [/IGNORE] [/MODE [LINE|STACK|CONCATENATE|INTERSECT|STITCH|CONTINUUM [Index [Freq]]] [/SCALES F1 ... Fn] [/WEIGHTS W1 ... Wn ]

Specify the names of the UV tables to be merged. The first one is used as a reference for resampling (line data) or Frequency (continuum data).

Instead of individual file names, a character array variable can be used to specify the input UV tables. A common use is with the DIR%FILE array created by command SIC FIND:

   SIC FIND A-*.uvt
   UV_MERGE M-all /FILES DIR%FILE
will merge in Line mode all files of name A-*.uvt into M-all.uvt