uGUIDE.save_config_uGUIDE

uGUIDE.save_config_uGUIDE(config, savefile='config.pkl', folderpath=None)

Save a configuration dictionary used for the inference and microstructure parameters estimation in a pkl file.

Parameters:
configdict

Dictionary containing μGUIDE configuration.

savefilestr, default=’config.pkl’

Name of the file for saving μGUIDE configuration.

folderpathstr or Path, optional

Folder used for saving μGUIDE configuration. If None, use folderpath defined in μGUIDE configuration.