getMpFileContent#
- pyCGM2.Utils.files.getMpFileContent(DATA_PATH: str, file: str, subject: str)#
- Retrieve anthropometric data from a specified file. - Parameters:
- DATA_PATH (str) – The path to the data directory. 
- file (str) – The name of the file containing anthropometric data. 
- subject (str) – The name of the subject. 
 
- Returns:
- dict – The loaded anthropometric data. 
- str – The name of the output file. 
 
 
