fabio.GEimage | index /usr/lib/pymodules/python2.6/fabio/GEimage.py |
# Reads the header from a GE a-Si Angio Detector
# Using version 8001 of the header from file:
# c:\adept\core\DefaultImageInfoConfig.csv
#
# Antonino Miceli
# Thu Jan 4 13:46:31 CST 2007
#
Modules | ||||||
|
Classes | ||||||||
|
Functions | ||
|
Data | ||
GE_HEADER_INFO = [('ImageFormat', 10, None), ('VersionOfStandardHeader', 2, '=H'), ('StandardHeaderSizeInBytes', 4, '=L'), ('VersionOfUserHeader', 2, '=H'), ('UserHeaderSizeInBytes', 4, '=L'), ('NumberOfFrames', 2, '=H'), ('NumberOfRowsInFrame', 2, '=H'), ('NumberOfColsInFrame', 2, '=H'), ('ImageDepthInBits', 2, '=H'), ('AcquisitionDate', 20, None), ('AcquisitionTime', 20, None), ('DUTID', 20, None), ('Operator', 50, None), ('DetectorSignature', 20, None), ('TestSystemName', 20, None), ('TestStationRevision', 20, None), ('CoreBundleRevision', 20, None), ('AcquisitionName', 40, None), ('AcquisitionParameterRevision', 20, None), ('OriginalNumberOfRows', 2, '=H'), ...] |