A M P S

A

appendSpaces(String, int) - Static method in class SDDS.apps.sddsquery
 

M

main(String[]) - Static method in class SDDS.apps.sddsconvert
 
main(String[]) - Static method in class SDDS.apps.sddsquery
 

P

printUsage() - Static method in class SDDS.apps.sddsconvert
 
printUsage() - Static method in class SDDS.apps.sddsquery
 

S

sddsconvert - class SDDS.apps.sddsconvert.
This program is used to convert SDDS files between ASCII and binary, and to filter out unwanted columns and/or rows.

usage: java sddsconvert [-pipe[={'input' | 'output'}]
[<source-file>] [<target-file>]
[{-binary | -ascii}]
[-endianOut={'big'|'little'}] [-endianIn={'big'|'little'}]
[-description=<text>,<contents>]
[-fromPage=<pageNumber>] [-toPage=<pageNumber>]
[-delete={'column' | 'parameter'},<matching-string>[,...]]
[-retain={'column' | 'parameter'},<matching-string>[,...]]
[-rename={'column' | 'parameter'},<oldname>=<newname>[,...]]
[-nowarnings]

-binary The output file will be written in binary format -ascii The output file will be written in ASCII format -endianOut The output file will be written in big or little endian -endianIn The input file will be read in big or little endian -description Add the text and contents to the description of the output file -fromPage First page in input file to write to output file -toPage Last page in input file to write to output file -delete Delete the column(s) or parameter(s) from output file -retain Retain the column(s) or parameter(s) in the output file -rename Rename the column(s) or parameter(s) in the output file -nowarnings Do not warn if existing file will be replaced
sddsconvert() - Constructor for class SDDS.apps.sddsconvert
 
sddsquery - class SDDS.apps.sddsquery.
This program accesses a series of SDDS files and summarizes the file header for each.
sddsquery() - Constructor for class SDDS.apps.sddsquery
 

A M P S