albums.saveload module

Module for save/load and utility functions.

save_hdf5(filename, data_dict)[source]

Saves data dictionary to an HDF5 file.

load_hdf5(filename, keys)[source]

Loads data from an HDF5 file given a list of keys.

save_out(name, out)[source]

Save output data to an HDF5 file.

load_out(file)[source]

Load output data from an HDF5 file.

save_out_opti(name, out)[source]

Save optimization results to an HDF5 file.

load_out_opti(file)[source]

Load optimization results from an HDF5 file.