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

Module dm3image

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]
  dm3image
Read and try to write the dm3 data format
Variables [hide private]
  DATA_TYPES = {2: <type 'numpy.int16'>, 3: <type 'numpy.int32'>...
  DATA_BYTES = {2: 2, 3: 4, 4: 2, 5: 4, 6: 4, 7: 8, 8: 1, 9: Non...
  __package__ = 'fabio'
Variables Details [hide private]

DATA_TYPES

Value:
{2: <type 'numpy.int16'>,
 3: <type 'numpy.int32'>,
 4: <type 'numpy.uint16'>,
 5: <type 'numpy.uint32'>,
 6: <type 'numpy.float32'>,
 7: <type 'float'>,
 8: <type 'numpy.int8'>,
 9: None,
...

DATA_BYTES

Value:
{2: 2,
 3: 4,
 4: 2,
 5: 4,
 6: 4,
 7: 8,
 8: 1,
 9: None,
...