//This will run calibration1 on the right leg AnyFolder RightLegCalibration1={ AnyFolder &SideHumanFolderRef=..BodyModel.Right; #include "LegCal1.any" }; //This will run calibration2 on the right leg AnyFolder RightLegCalibration2={ AnyFolder &SideHumanFolderRef=..BodyModel.Right; #include "LegCal2.any" }; //This will run calibration3 on the right leg AnyFolder RightLegCalibration3={ AnyFolder &SideHumanFolderRef=..BodyModel.Right; #include "LegCal3.any" }; //This will run calibration4 on the right leg AnyFolder RightLegCalibration4={ AnyFolder &SideHumanFolderRef=..BodyModel.Right; #include "LegCal4.any" }; CalibrationSequence ={ AnyOperation &Cal1LegRight = .RightLegCalibration1.LegCalibrationStudy1.TendonLengthAdjustment; AnyOperation &Cal2LegRight = .RightLegCalibration2.LegCalibrationStudy2.TendonLengthAdjustment; AnyOperation &Cal3LegRight = .RightLegCalibration3.LegCalibrationStudy3.TendonLengthAdjustment; AnyOperation &Cal4LegRight = .RightLegCalibration4.LegCalibrationStudy4.TendonLengthAdjustment; };