Skip to content

Commit

Permalink
Merge pull request #23 from jakeshirey/fix/swapnames
Browse files Browse the repository at this point in the history
fixed names of parameters
  • Loading branch information
jakeshirey committed Dec 13, 2023
2 parents 548ed62 + 8b16376 commit 593b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gait_parameters.py
Expand Up @@ -37,7 +37,7 @@ def __init__(self, items, data_frame: pd.DataFrame, parent=None):
"Left Hind Fetlock", "Left Knee", "Right Front Hoof", "Right Hind Hoof", "Right Hock",
"Right Front Fetlock", "Right Hind Fetlock", "Right Knee"]

self.gait_parameters = ["Right Shank", "Left Shank", "Head", "Hind Limb Length", "Hind Leg Length", "Hind Limb Angle", "Fore Limb Angle",
self.gait_parameters = ["Right Cannon", "Left Cannon", "Head", "Right Hind Croup to Hoof Length", "Right Hind Cannon Length", "Hind Limb Angle", "Fore Limb Angle",
"Fore Limb Length", "Fore Leg Length", "Neck Length", "Fore Fetlock Angle", "Hind Fetlock Angle", "Back Angle", "Speed", "Stride Lengths", "Duty Factors"]

self.parameter_inputs = {}
Expand Down

0 comments on commit 593b763

Please sign in to comment.