Download this file

15 lines (11 with data), 730 Bytes

#path TRIAL_PATH "."

AnyFolder TrialSpecificData={  
 
  /// Name of trial, which is also used to find the C3D file. 
  /// Default is to use the name of the parent folder
  AnyString NameOfFile = ANYBODY_NAME_MAINFILEDIR; 
  
#if TMJ_LIGAMENT_REFRENCE_CONFIGURATION_MODEL == 0  
  AnyFloatVar tStart = Main.ModelSetup.tStartC3DFile;//< Start of analysis
  AnyFloatVar tEnd = (Main.ModelSetup.C3DFileData.Header.LastFrameNo-3-950)/Main.ModelSetup.C3DFileData.Header.VideoFrameRate;//Main.ModelSetup.tEndC3DFile;//< End of analysis
  AnyIntVar nStep = Main.ModelSetup.C3DFileData.Header.LastFrameNo-Main.ModelSetup.C3DFileData.Header.FirstFrameNo-6-949;//Main.ModelSetup.nStepC3DFile; // Number of steps
#endif  

};