- description: sdds2plaindata converts SDDS data to a plain data file with simple
formatting.
- examples:
sdds2plaindata data.input data.output -outputMode=binary "-separator= " -parameter=time -column=x -column=y
- synopsis:
sdds2plaindata [Inputfile] [Outputfile] [-pipe[=in][,out]]
[-outputMode=<ascii|binary>]
[-separator=string]
[-noRowCount]
[-order=<rowMajor|columnMajor>]
[-parameter=name[,format=string] ...]
[-column=name[,format=string] ...]
[-nowarnings]
- files: Inputfile is the SDDS input file.
Outputfile is a file that is similar to SDDS files in that it contains parameter and column data.
However this file does not contain SDDS header information. The column data does not need to be
preceded by a row count but it is recommended. Also the column data can be separated by a user
supplied string. Binary plaindata files are also allowed.
- switches:
- -pipe[=in][,out] — The standard SDDS Toolkit pipe option.
- -outputMode=<asciibinary¿— — The plain data file can be written in ascii or binary
format.
- -separator=string — In ascii mode the columns can be separated by the given string.
- -noRowCount — The number of rows will not be included in the plain data file. If binary
mode is used the number of rows will always be written to the file.
- -order=<rowMajorcolumnMajor¿— — Row major order is the default. Here each row
consists of one element from each column. In column major order each column is written
entirely on one row.
- -parameter=name[,format=string] — Add this option for each parameter to add to
the plain data file.
- -column=name[,format=string] — Add this option for each column to add to the plain
data file.
- see also:
- author: R. Soliday, ANL/APS.