fabio.readbytestream | index /usr/lib/python2.5/site-packages/fabio/readbytestream.py |
Reads a bytestream
Authors: Jon Wright Henning O. Sorensen & Erik Knudsen
ESRF Risoe National Laboratory
Modules | ||||||
|
Functions | ||
|
Data | ||
DATATYPES = {('double', 'y', 4): <type 'numpy.float64'>, ('float', 'y', 4): <type 'numpy.float32'>, ('int', 'n', 1): <type 'numpy.uint8'>, ('int', 'n', 2): <type 'numpy.uint16'>, ('int', 'n', 4): <type 'numpy.uint32'>, ('int', 'y', 1): <type 'numpy.int8'>, ('int', 'y', 2): <type 'numpy.int16'>, ('int', 'y', 4): <type 'numpy.int32'>} |