-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.any
More file actions
40 lines (20 loc) · 781 Bytes
/
Main.any
File metadata and controls
40 lines (20 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#include "libdef.any"
// Enter and edit Lab-Specific Data in this file:
#path MOCAP_LAB_SPECIFIC_DATA "Setup/LabSpecificData.any"
// Enter and edit Subject-Spcific Data in this file:
#path MOCAP_SUBJECT_SPECIFIC_DATA "Setup/SubjectSpecificData.any"
// Enter and edit Trial Specific Data in this file:
#path MOCAP_TRIAL_SPECIFIC_DATA "Setup/TrialSpecificData.any"
// #import "./Setup/CollectedOutputs_template.any"
// Creates the Model - no need to edit
#include "<ANYMOCAP_MODEL>"
Main =
{
Studies.InverseDynamicStudy =
{
// #include "CollectedOutputs.any"
AnyFolder CollectedOuputs={};
#include "./Setup/Outputs.any"
#include "./Setup/StudyMuscleContributions.any"
};//inverse dynamic study
};//Main