From a7d308056289f2092dc0db54fc4d13f0b7e9f1e2 Mon Sep 17 00:00:00 2001 From: Romain Boman <r.boman@uliege.be> Date: Sat, 25 Jun 2022 08:29:01 +0200 Subject: [PATCH] change points to better match those used in Strand7 --- models/Tapirus_indicus/T_indicus_shoulder50k.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/Tapirus_indicus/T_indicus_shoulder50k.py b/models/Tapirus_indicus/T_indicus_shoulder50k.py index 834a70d..0dd5e04 100644 --- a/models/Tapirus_indicus/T_indicus_shoulder50k.py +++ b/models/Tapirus_indicus/T_indicus_shoulder50k.py @@ -8,9 +8,9 @@ def parms(d={}): import os path = os.path.join(os.path.dirname(__file__),'50k') p['bone'] = f'{path}/TAPind901 humerus.ply' - p['contact_pts'] = [43.003590, 88.870224, -205.887726] # Distal humerus - p['axis_pt1'] = [18.711651, -26.742256, -93.027802] #Humeral head - p['axis_pt2'] = [11.976404, -9.600277, -102.244888] #Humeral head + p['contact_pts'] = [40.7833, 86.7345, -207.319] # Distal humerus + p['axis_pt1'] = [14.49, -11.3946, -24.7092] #Humeral head + p['axis_pt2'] = [-6.88301, 6.4703, -18.073] #Humeral head p['muscles'] = [ { -- GitLab