Gait Processor

Gait Time Series

class gait_time_series.GaitTimeSeries

This is a wrapper class to load the Gait Time Series data.

static load_data(filename, format_file='cloudupdrs')

This is a general load data method where the format of data to load can be passed as a parameter,

Parameters:
  • filename (str) – The path to load data from

  • format_file (str) – format of the file. Default is CloudUPDRS (‘cloudupdrs’). Set to ‘mpower’ for mpower data.

Return DataFrame dataframe:

data_frame.x, data_frame.y, data_frame.z: x, y, z components of the acceleration data_frame.index is the datetime-like index

References