sddscombine
combines data from a series of SDDS files into a single SDDS file with one page for each page in each file.
Data is added from files in the order that they are listed on the command line.
All of the data files must contain the columns and parameters contained by the first; the program ignores
any columns or parameters in a subsequent data file that are not in the first data file.
overWrite
-- Forces sddscombine to overwrite outputfile if it exists.
sparse={\em integer}
-- Specifies sparsing the tabular data in the input to retain
only every integer-th row.
collapse
-- Specifies collapsing the data, as done by sddscollapse
.
retain
is given but delete
is not, only those entities matching one of the
strings given with retain
are retained. If both delete
and retain
are given, then all entities are retained except those that match a delete
string without
matching any of the retain
strings.