Input/Output#

Read/Write with Files#

ptypy.io.edfIO

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

ptypy.io.h5rw

Wrapper to store nearly anything in an hdf5 file.

ptypy.io.json_rw

Wrapper to store nearly anything in a file using JSON encoding.

ptypy.io.rawIO

read .raw images from FLI camera Created in Nov 2013 TODO: add masking function to mask out hot/dead pixels of detector @author: Bjoern Enders

ptypy.io.imageIO

Wrapper over Python Imaging Library to read images (+ metadata) and write images.

ptypy.io.image_read(filename, *args, **kwargs)

Try to load image data from any file.

Client/Server Interaction#

ptypy.io.interaction

Interaction module