description: sddsarray2column converts one or more arrays in an SDDS file into columns.
The number of elements in the converted arrays must match the number of rows in existing
columns or the number of elements in other converted arrays.
source — SDDS file containing arrays to be converted.
target — SDDS file that will contain the converted columns.
switches:
-pipe=[input][,output] — Standard SDDS Toolkit pipe option.
-nowarnings — Suppress warning messages about overwriting files.
-convert=\emph{arrayName}[,\emph{columnName}][,d<dimension>=<indexList>]
— Specifies an array to convert to a column. The optional columnName gives the name
of the new column. Qualifiers d0, d1 and d2 select indices from dimensions 0, 1 and 2
respectively. Each qualifier may contain a single index or a parenthesized list of indices.