pyCGM2.QTM#

Functions#

SubjectMp(soup)

Returns the anthropometric parameters.

detectMeasurementType(soup)

Returns the type of each measurement section.

findDynamic(soup)

Returns the dynamic files from the BeautifulSoup instance representing the session.xml.

findKneeCalibration(soup, side)

Returns the knee functional calibration file from the BeautifulSoup instance.

findStatic(soup)

Returns the static file from the BeautifulSoup instance representing the session.xml.

getFilename(measurement)

Returns the filename of the measurement section.

getForcePlateAssigment(measurement)

Returns the force plate assignment from the measurement section.

getKneeFunctionCalibMethod(measurement)

Returns the method used for the knee calibration.

get_creation_date(session_xml)

(Obsolete) Retrieves the creation date of the session from the session XML.

get_modelled_trials(session_xml, ...)

(Obsolete) Returns modelled trials of a specified type from the session XML.

isType(measurement, type)

Checks the type of measurement section.