User Tools

Site Tools


visual3d:documentation:modeling:virtual_lab:virtual_lab_direction_of_progression_method_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:modeling:virtual_lab:virtual_lab_direction_of_progression_method_1 [2024/06/19 12:49] sgrangervisual3d:documentation:modeling:virtual_lab:virtual_lab_direction_of_progression_method_1 [2024/07/17 15:45] (current) – created sgranger
Line 1: Line 1:
-this script is explained in the virtual lab direction of progression tutorial. this script outlines [[visual3d:documentation:modeling:virtual_lab:virtual_lab_direction_of_progression#method_1|method 1]].+====== Virtual Lab Direction of Progression Method ======
  
-before running this script:+This script is explained in the Virtual Lab Direction of Progression tutorial. This script outlines [[Visual3D:Documentation:Modeling:Virtual_Lab:Virtual_Lab_Direction_of_Progression#Method_1|Method 1]].
  
-  * a static trial must be loaded into the workspace +Before running this script:
-  * a model template (with modified virtual lab) must be loaded into the workspace +
-  * a dynamic trial must be loaded into the workspace+
  
-notemodified virtual lab follows the same outline as the [[visual3d:tutorials:modeling:virtual_laboratory_#example:_creating_a_virtual_laboratory_that_changes_with_the_direction_of_walking|dynamic virtual lab]], except instead of using the lab_x landmark, the dir_prog_x landmark is used. an example of this model template can be found here.+  * A static trial must be loaded into the workspace 
 +  * A model template (with modified virtual lab) must be loaded into the workspace 
 +  * A dynamic trial must be loaded into the workspace 
 + 
 +NOTEmodified virtual lab follows the same outline as the [[Visual3D:Tutorials:Modeling:Virtual_Laboratory_#Example:_Creating_a_virtual_laboratory_that_changes_with_the_direction_of_walking|Dynamic Virtual Lab]], except instead of using the Lab_X landmark, the Dir_Prog_X landmark is used. An example of this model template can be found here.
  
 <code> <code>
-**__add_a_comment__** +**__Add_a_Comment__** 
-! /comment= 1.  find the rotation between the lab and the pelvis segment  (trunk_rot+! /COMMENT= 1.  Find the rotation between the lab and the pelvis segment  (Trunk_Rot
 ; ;
  
-compute_model_based_data +Compute_Model_Based_Data 
-/result_name=rpv_lab_rot +/RESULT_NAME=RPV_LAB_ROT 
-/function=joint_rotation +/FUNCTION=JOINT_ROTATION 
-/segment=rpv +/SEGMENT=RPV 
-! /reference_segment=lab +! /REFERENCE_SEGMENT=LAB 
-/resolution_coordinate_system+/RESOLUTION_COORDINATE_SYSTEM
-! /use_cardan_sequence=false +! /USE_CARDAN_SEQUENCE=FALSE 
-! /normalization=false +! /NORMALIZATION=FALSE 
-! /normalization_method+! /NORMALIZATION_METHOD
-! /normalization_metric+! /NORMALIZATION_METRIC
-! /negatex=false +! /NEGATEX=FALSE 
-! /negatey=false +! /NEGATEY=FALSE 
-! /negatez=false +! /NEGATEZ=FALSE 
-! /axis1=x +! /AXIS1=X 
-! /axis2=y +! /AXIS2=Y 
-! /axis3=z+! /AXIS3=Z
 ; ;
  
-**__add_a_comment__** +**__Add_a_Comment__** 
-! /comment= 2. project the pelvis' coordinate system onto the floor: +! /COMMENT= 2. Project the pelvis' coordinate system onto the floor: 
 ; ;
  
-project the y axis of the pelvis' coordinate system on the floor, then find  the magnitude to calculate the unit vector+Project the Y Axis of the pelvis' coordinate system on the floor, then find  the magnitude to calculate the unit vector
  
-evaluate_expression +Evaluate_Expression 
-/expression=vector (link_model_based::original::rpv_lab_rot::4 , link_model_based::original::rpv_lab_rot::5 , 0 ) +/EXPRESSION=VECTOR (LINK_MODEL_BASED::ORIGINAL::RPV_LAB_ROT::4 , LINK_MODEL_BASED::ORIGINAL::RPV_LAB_ROT::5 , 0 ) 
-/result_name=rpv_lab_y_proj +/RESULT_NAME=RPV_LAB_Y_PROJ 
-! /result_type=derived +! /RESULT_TYPE=DERIVED 
-/result_folder=progression+/RESULT_FOLDER=PROGRESSION
 ; ;
  
-signal_magnitude +Signal_Magnitude 
-/signal_types=derived +/SIGNAL_TYPES=DERIVED 
-/signal_folder=progression +/SIGNAL_FOLDER=PROGRESSION 
-/signal_names=rpv_lab_y_proj +/SIGNAL_NAMES=RPV_LAB_Y_PROJ 
-! /result_types+! /RESULT_TYPES
-/result_folder=progression +/RESULT_FOLDER=PROGRESSION 
-! /result_names+! /RESULT_NAMES
-/result_suffix=_mag+/RESULT_SUFFIX=_MAG
 ; ;
  
-divide_signals +Divide_Signals 
-/signal_types=derived+derived +/SIGNAL_TYPES=DERIVED+DERIVED 
-/signal_folder=progression+progression +/SIGNAL_FOLDER=PROGRESSION+PROGRESSION 
-/signal_names=rpv_lab_y_proj+rpv_lab_y_proj_mag +/SIGNAL_NAMES=RPV_LAB_Y_PROJ+RPV_LAB_Y_PROJ_MAG 
-/component_sequence=all +/COMPONENT_SEQUENCE=ALL 
-/result_name=rpv_lab_y_proj_unit +/RESULT_NAME=RPV_LAB_Y_PROJ_UNIT 
-/result_folder=progression+/RESULT_FOLDER=PROGRESSION
 ; ;
  
-create the z unit vector (0,0,1)+Create the Z Unit vector (0,0,1)
  
-evaluate_expression +Evaluate_Expression 
-/expression=vector (0,0,1) * ( ( frame_numbers::original::frames * 0 + 1 ) )  +/EXPRESSION=VECTOR (0,0,1) * ( ( FRAME_NUMBERS::ORIGINAL::FRAMES * 0 + 1 ) )  
-/result_name=rpv_lab_z_proj_unit +/RESULT_NAME=RPV_LAB_Z_PROJ_UNIT 
-/result_type=derived +/RESULT_TYPE=DERIVED 
-/result_folder=progression+/RESULT_FOLDER=PROGRESSION
 ; ;
  
-create the x unit vector by crossing the and unit vectors+Create the X Unit vector by crossing the and unit vectors
  
-evaluate_expression +Evaluate_Expression 
-/expression=cross derived::progression::rpv_lab_y_proj_unit derived::progression::rpv_lab_z_proj_unit +/EXPRESSION=CROSS DERIVED::PROGRESSION::RPV_LAB_Y_PROJ_UNIT DERIVED::PROGRESSION::RPV_LAB_Z_PROJ_UNIT 
-/result_name=rpv_lab_x_proj_unit +/RESULT_NAME=RPV_LAB_X_PROJ_UNIT 
-/result_type=derived +/RESULT_TYPE=DERIVED 
-/result_folder=progression+/RESULT_FOLDER=PROGRESSION
 ; ;
  
-**__add_a_comment__** +**__Add_a_Comment__** 
-! /commentcalculate the metric direction of progression from the x unit vector+! /COMMENTCalculate the metric direction of progression from the X Unit vector
 ; ;
  
-metric_mean +Metric_Mean 
-/result_metric_name=rpv_lab_x_proj_unit +/RESULT_METRIC_NAME=RPV_LAB_X_PROJ_UNIT 
-! /apply_as_suffix_to_signal_name=false +! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=FALSE 
-/result_metric_folder=progression +/RESULT_METRIC_FOLDER=PROGRESSION 
-/signal_types=derived +/SIGNAL_TYPES=DERIVED 
-/signal_names=rpv_lab_x_proj_unit +/SIGNAL_NAMES=RPV_LAB_X_PROJ_UNIT 
-/signal_folder=progression +/SIGNAL_FOLDER=PROGRESSION 
-/signal_components+/SIGNAL_COMPONENTS
-/component_sequence=all +/COMPONENT_SEQUENCE=ALL 
-/event_sequence+/EVENT_SEQUENCE
-/exclude_events+/EXCLUDE_EVENTS
-! /generate_mean_and_stddev=true +! /GENERATE_MEAN_AND_STDDEV=TRUE 
-! /append_to_existing_values=false+! /APPEND_TO_EXISTING_VALUES=FALSE
 ; ;
  
-**__add_a_comment__** +**__Add_a_Comment__** 
-! /comment=create the virtual lab using x unit vector of the direction of progression +! /COMMENT=Create the virtual lab using X Unit Vector of the direction of progression 
 ; ;
  
-set_pipeline_parameter_from_expression +Set_Pipeline_Parameter_From_Expression 
-/parameter_name=rpv_prog_ml +/PARAMETER_NAME=RPV_PROG_ML 
-/expression=0.1 * ( metric::progression::rpv_lab_x_proj_unit_mean::+/EXPRESSION=0.1 * ( METRIC::PROGRESSION::RPV_LAB_X_PROJ_UNIT_MEAN::
-/as_integer=false+/AS_INTEGER=FALSE
 ; ;
  
-set_pipeline_parameter_from_expression +Set_Pipeline_Parameter_From_Expression 
-/parameter_name=rpv_prog_ap +/PARAMETER_NAME=RPV_PROG_AP 
-/expression=0.1 * ( metric::progression::rpv_lab_x_proj_unit_mean::+/EXPRESSION=0.1 * ( METRIC::PROGRESSION::RPV_LAB_X_PROJ_UNIT_MEAN::
-/as_integer=false+/AS_INTEGER=FALSE
 ; ;
  
-add_landmark +Add_Landmark 
-/landmark_name=dir_prog_x +/LANDMARK_NAME=Dir_Prog_X 
-! /calibration_file+! /CALIBRATION_FILE
-! /user_generated=true +! /USER_GENERATED=TRUE 
-! /use_percentage=false +! /USE_PERCENTAGE=FALSE 
-! /calibration_only=false +! /CALIBRATION_ONLY=FALSE 
-! /use_targets=false +! /USE_TARGETS=FALSE 
-/segment_name=lab +/SEGMENT_NAME=LAB 
-! /target_types+! /TARGET_TYPES
-! /target_names+! /TARGET_NAMES
-/mcs_ml=::rpv_prog_ml +/MCS_ML=::RPV_PROG_ML 
-/mcs_ap=::rpv_prog_ap +/MCS_AP=::RPV_PROG_AP 
-/mcs_axial=0 +/MCS_AXIAL=0 
-! /landmark_location+! /LANDMARK_LOCATION
-! /reference_location_type+! /REFERENCE_LOCATION_TYPE
-! /reference_location_name+! /REFERENCE_LOCATION_NAME
-! /use_reference_location=false+! /USE_REFERENCE_LOCATION=FALSE
 ; ;
  
-build_model +Build_Model 
-! /calibration_file+! /CALIBRATION_FILE
-! /rebuild_all_models=false +! /REBUILD_ALL_MODELS=FALSE 
-! /display_results=true+! /DISPLAY_RESULTS=TRUE
 ; ;
  
  
-recalc+Recalc
  
 ; ;
visual3d/documentation/modeling/virtual_lab/virtual_lab_direction_of_progression_method_1.1718801358.txt.gz · Last modified: 2024/06/19 12:49 by sgranger