hsntools.io.custom.load_config

hsntools.io.custom.load_config(file_name, folder=None)[source]

Load an individual config file.

Parameters:
file_namestr

Name of the config file to load.

folderstr or Path, optional

Folder to load the config file from.

Returns:
datadict

Information from the loaded config file.