getEvents code was updated such that the sanity check for shifting the force data is commented out and added after the filtering of the GRF forces. Additionally, I added information on the start and stop cues of the perceptual task as a gait event so it can be used in the future (including the calc params function)
getStanceFromForces is where the mode shift sanity check on the GRF foreces was moved to.
trialMetaData and getTrialMetaData I added the experiment ID (name of the experiment) to the trialData metadata
-added a calcParameters function "getPerceptualEventsFromCues" where perceptual trial related parameters can be computed. Currently this includes when a trial starts and stop, the associated SLA, and the perturbation magnitude they experienced
calcParameters has now an additional section that calls the function that computes perceptual trials parameters
getEvents code was updated such that the sanity check for shifting the force data is commented out and added after the filtering of the GRF forces. Additionally, I added information on the start and stop cues of the perceptual task as a gait event so it can be used in the future (including the calc params function)
getStanceFromForces is where the mode shift sanity check on the GRF foreces was moved to.
trialMetaData and getTrialMetaData I added the experiment ID (name of the experiment) to the trialData metadata
-added a calcParameters function "getPerceptualEventsFromCues" where perceptual trial related parameters can be computed. Currently this includes when a trial starts and stop, the associated SLA, and the perturbation magnitude they experienced