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

Module kcdimage

source code


Authors: Jerome Kieffer, ESRF 
         email:jerome.kieffer@esrf.fr

kcd images are 2D images written by the old KappaCCD diffractometer built by Nonius in the 1990's
Based on the edfimage.py parser.

Classes [hide private]
  kcdimage
Read the Nonius kcd data format
Variables [hide private]
  DATA_TYPES = {'u16': <type 'numpy.uint16'>}
  MINIMUM_KEYS = ['ByteOrder', 'Data type', 'X dimension', 'Y di...
  DEFAULT_VALUES = {'Data type': 'u16'}
  __package__ = 'fabio'
Variables Details [hide private]

MINIMUM_KEYS

Value:
['ByteOrder',
 'Data type',
 'X dimension',
 'Y dimension',
 'Number of readouts']