[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.8
raw2sdds
description:
raw2sdds
converts a binary data stream into the SDDS format.
examples:
raw2sdds inputfile outputfile -definition=Screen1,type=character -size=484,512
synopsis:
raw2sdds inputfile outputfile -definition=name,definition-entries
[-size=horiz-pixels,vert-pixels] [-majorOrder=row|column]
files:
The input file contains the binary data for horizontal and vertical pixels of a screen. Only single byte data, per pixel, is currently allowed.
switches:
-definition=name,definition-entries
— The name of the output column.
-size=horiz-pixels,vert-pixels
— Specifies dimensions of the screen.
-majorOrder=row|column
— Specifies the binary SDDS layout.
see also:
image2sdds()
.
author:
C. Saunders, R. Soliday, ANL/APS.
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]