Package fabio :: Module edfimage
[hide private]
[frames] | no frames]

Module edfimage

source code


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

Classes [hide private]
  edfimage
Read and try to write the ESRF edf data format
Variables [hide private]
  DATA_TYPES = {'DoubleValue': <type 'numpy.float64'>, 'FLOAT': ...
  MINIMUM_KEYS = ['HeaderID', 'Image', 'ByteOrder', 'DataType', ...
  DEFAULT_VALUES = {'ByteOrder': 'LowByteFirst', 'DataType': 'FL...
  __package__ = 'fabio'
Variables Details [hide private]

DATA_TYPES

Value:
{'DoubleValue': <type 'numpy.float64'>,
 'FLOAT': <type 'numpy.float32'>,
 'FLOATVALUE': <type 'numpy.float32'>,
 'Float': <type 'numpy.float32'>,
 'FloatValue': <type 'numpy.float32'>,
 'SignedByte': <type 'numpy.int8'>,
 'SignedInteger': <type 'numpy.int32'>,
 'SignedLong': <type 'numpy.int32'>,
...

MINIMUM_KEYS

Value:
['HeaderID',
 'Image',
 'ByteOrder',
 'DataType',
 'Dim_1',
 'Dim_2',
 'Size']

DEFAULT_VALUES

Value:
{'ByteOrder': 'LowByteFirst',
 'DataType': 'FLOAT',
 'HeaderID': 'EH:000001:000000:000000',
 'Image': '1'}