ptypy.io.edfIO#

IO module for handling the file format EDF used by the ESRF beamline id19 Provides read, write and readHeader functions.

translated to python: April 2010, Dieter Hahn

Among other, contains the functions

readData writeData WHICH IS NOT YET IMPLEMENTED

Functions

convertStr(s)

edfread(filename[, doglob, roi])

d,meta = edfread(filename)

readData(filenameprefix[, imgstart, ...])

Reads image data from .edf file.

readHeader(filename[, headerlength])

Reads and parses the metadata contained in the header of an .edf file.

writeData()

not yet implemented