File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,7 @@ class SpatialFeatures(_PointDependentFeature):
480
480
"""
481
481
482
482
def _calculate (self , trial : model .Trial ) -> xr .DataArray :
483
+
483
484
"""Calculate the spatial features for a trial.
484
485
485
486
Definitions of the spatial features
@@ -502,8 +503,8 @@ def _calculate(self, trial: model.Trial) -> xr.DataArray:
502
503
ipsi_marker = mapping .MappedMarkers .R_TOE
503
504
contra_marker = mapping .MappedMarkers .L_TOE
504
505
else :
505
- ipsi_marker = mapping .MappedMarkers .R_TOE
506
- contra_marker = mapping .MappedMarkers .L_TOE
506
+ ipsi_marker = mapping .MappedMarkers .L_TOE
507
+ contra_marker = mapping .MappedMarkers .R_TOE
507
508
508
509
results_dict = self ._calculate_step_length (trial , ipsi_marker , contra_marker )
509
510
results_dict .update (
You can’t perform that action at this time.
0 commit comments