@pgalibarov
@Hamed-Shayestehpour
I have some technical questions regarding the effect of partial morphing at the knee joint (morphing distal femur and proximal tibia only) on the personalization of the MS model:
For Knee alignment:
-
Does performing partial morphing compromise knee alignment? in other words, if we have a subject with Varus alignment, does partial morphing at the region of interest (distal femur and proximal tibia) capture the alignment?
-
In case partial morphing does not capture the alignment, does full bone morphing do? and which is the best way/ method to capture it?
For ref frames for knee kinematics:
3. In the case of partial morphing at the region of the interest, it is clear that the talus will be excluded from the morphing process. What does this compromise in the personalization?
4. Since scans are partial taken at the knee joint, it is also clear that the femur head and malleoli are not captured. Thus, to redefine reference frames according to Grood & Suntay method, can I use the generic model (TLEM 2.0) femur-hip and shank-ankle centers**?** What are alternatives?
AnyRefNode JointCoordinateSystem = { //To track TF joint
AnyVec3 O = 0.5*(.FemurMedialEpicondyleNode.sRel_us + .FemurLateralEpicondyleNode.sRel_us);
AnyVec3 EpicondylarAxis = .FemurMedialEpicondyleNode.sRel_us - .FemurLateralEpicondyleNode.sRel_us;
AnyVec3 MechAxis = Main.Studies.HumanModel.BodyModel.Left.Leg.Seg.Thigh.HipJoint.sRel - O;
AnyVec3 MLAxis = cross(cross(MechAxis, EpicondylarAxis), MechAxis);
AnyVec3 APAxis = cross(MechAxis, MLAxis);
AnyVec3 sRel_us = O;
AnyMat33 ARel_us = {APAxis/vnorm(APAxis), MechAxis/vnorm(MechAxis), MLAxis/vnorm(MLAxis)}';
DEF_REFNODE_CUSTOM_SCALING_1arg(sRel_us)
DEF_REFNODE_CUSTOM_SCALING_ARel(ARel_us)
AnyDrawRefFrame drw = {RGB = {0,1,0};ScaleXYZ=0.09*{1,1,1};};
};
- What would be the effect of considering the centers in question 4. (in case it is fine to use them)?
Thank you for your response in advance.
Best regards,
Omar