loadModelSettings#
- pyCGM2.Utils.files.loadModelSettings(DATA_PATH: str, expertsettings_filename: str)#
Load pyCGM2 model settings from a specified file. It checks the data path first; if not found, it loads from the pyCGM2 settings folder.
- Parameters:
DATA_PATH (str) – The path to the data directory.
expertsettings_filename (str) – The name of the model settings file.
- Returns:
dict – Loaded model settings.