refine_gs#
- mobgap.initial_contacts.refine_gs(
- ic_list: DataFrame,
Get the start and end values of a refined gait sequence that starts at the first and ends at the last IC.
- Parameters:
- ic_list
The original ic_list relative to the original gait sequence
- Returns:
- refined_gs_list
A gait sequence list with a single entry that corresponds to the start and the end of the new refined gait sequence relative to the original gait sequence
- refined_ic_list
The IC list with all IC values relative to the new refined gait sequence. This means that the first IC should have the value 0. The new ic-list also has a multi-index with the
gs_idof the refined GS as first level.