ptypy.io.h5rw#

Wrapper to store nearly anything in an hdf5 file.

This file is part of the PTYPY package.

copyright:

Copyright 2014 by the PTYPY team, see AUTHORS.

license:

see LICENSE for details.

Functions

h5append(-> None)

Appends variables var1, var2, .

h5info(filename)

Prints out a tree structure of given h5 file.

h5read(-> None ))

Read variables from a hdf5 file created with h5write and returns them as a dictionary.

h5write(-> None)

Writes variables var1, var2, .

sdebug(f)

debugging decorator for _store functions

Classes