|
def | lalinference.io.hdf5.read_samples (filename, path=None, tablename=POSTERIOR_SAMPLES) |
| Read an HDF5 sample chain file. More...
|
|
def | lalinference.io.hdf5.write_samples (table, filename, metadata=None, **kwargs) |
| Write an HDF5 sample chain file. More...
|
|
def | lalinference.io.hdf5.update_metadata (metadata, level, attrs, strict_versions, collision='raise') |
| Updates the sub-dictionary 'key' of 'metadata' with the values from 'attrs', while enforcing that existing values are equal to those with which the dict is updated. More...
|
|
def | lalinference.io.hdf5.extract_metadata (filename, metadata, log_noise_evidences=[], log_max_likelihoods=[], nlive=[], dset_name=None, nest=False, strict_versions=True) |
| Extract metadata from HDF5 sample chain file. More...
|
|
Go to the source code of this file.