fabio.edfimage | index /usr/lib/pymodules/python2.6/fabio/edfimage.py |
Authors: Henning O. Sorensen & Erik Knudsen
Center for Fundamental Research: Metal Structures in Four Dimensions
Risoe National Laboratory
Frederiksborgvej 399
DK-4000 Roskilde
email:erik.knudsen@risoe.dk
+ Jon Wright, ESRF
Modules | ||||||
|
Classes | ||||||||||
|
Data | ||
DATA_TYPES = {'DoubleValue': <type 'float'>, 'FLOAT': <type 'numpy.float32'>, 'Float': <type 'numpy.float32'>, 'FloatValue': <type 'numpy.float32'>, 'SignedByte': <type 'numpy.int8'>, 'SignedInteger': <type 'numpy.int32'>, 'SignedLong': <type 'numpy.int32'>, 'SignedShort': <type 'numpy.int16'>, 'UnsignedByte': <type 'numpy.uint8'>, 'UnsignedInteger': <type 'numpy.uint32'>, ...} DEFAULT_VALUES = {'ByteOrder': 'LowByteFirst', 'DataType': 'FLOAT', 'HeaderID': 'EH:000001:000000:000000', 'Image': '1'} MINIMUM_KEYS = ['HeaderID', 'Image', 'ByteOrder', 'DataType', 'Dim_1', 'Dim_2', 'Size'] |