msdnet.store module

Module for storing parameters in HDF5 files

msdnet.store.get_dict(fn, grpname)[source]

Get dictionary from HDF5 file.

Parameters
  • fn – filename

  • grpname – group name inside HDF5 file

Returns

loaded dictionary

msdnet.store.store_dict(fn, grpname, dct)[source]

Store dictionary in HDF5 file.

Parameters
  • fn – filename

  • grpname – group name inside HDF5 file

  • dct – dictionary to store