getParamAnalysis#
- pyCGM2.Tools.btkTools.getParamAnalysis(btkAcq: btkAcquisition, name: str, context: str, subject: str)#
- Retrieves a specific analysis parameter from the BTK acquisition. - Parameters:
- acq (btk.btkAcquisition) – BTK acquisition instance. 
- name (str) – Name of the analysis parameter. 
- context (str) – Context of the event related to the analysis parameter. 
- subject (str) – Subject associated with the analysis parameter. 
 
- Returns:
- Dict – Dictionary containing information about the specified analysis parameter. 
 
