hexrd.config package

Submodules

Module contents

hexrd.config.open(file_name=None)[source]

Reads configuration settings from a yaml file.

Returns a list of configuration objects, one for each document section in the file.

hexrd.config.save(config_list, file_name)[source]