visual3d:documentation:pipeline:signal_commands:transform_data_coordinate_system
Table of Contents
Transform_Data_Coordinate_System
This pipeline command does what its name suggests: it transforms signals from one coordinate system to another. A popular use case for this command is to transform signals from the Lab Coordinate System to a Virtual Lab Coordinate System, for example when a participant turns around and walks back to their initial point.
Pipeline Command
Transform_Data_Coordinate_System /SIGNAL_TYPES=FORCE+FORCE+FREEMOMENT+FREEMOMENT /SIGNAL_FOLDER=ORIGINAL+PROCESSED+ORIGINAL+PROCESSED ! /SIGNAL_NAMES= /FROM_SEGMENT_CS=VLAB /TO_SEGMENT_CS=LAB ! /RESULT_TYPES= ! /RESULT_FOLDERS= ! /RESULT_NAME= ! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=TRUE /ORIENTATION_ONLY=TRUE /USE_DATA_RATE=TRUE ;
Notes
Examples
Moving force plates can be modelled using a process that leverages the Transform_Data_Coordinate_System command. The premise is that once you create segments representing the force platform and move it to the lab origin (aligned with the lab coordinate system), you transform your FORCE, COFP and FREEMOMENT signals from the force platform at the origin to the moving platforms.
Transform_Data_Coordinate_System /SIGNAL_TYPES=FORCE+FORCE+FREEMOMENT+FREEMOMENT /SIGNAL_FOLDER=ORIGINAL+PROCESSED+ORIGINAL+PROCESSED ! /SIGNAL_NAMES= /FROM_SEGMENT_CS=VLAB /TO_SEGMENT_CS=LAB ! /RESULT_TYPES= ! /RESULT_FOLDERS= ! /RESULT_NAME= ! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=TRUE /ORIENTATION_ONLY=TRUE /USE_DATA_RATE=TRUE ; ! Transform COFP - Translation as well (not Orientation only) Transform_Data_Coordinate_System /SIGNAL_TYPES=FORCE+COFP /SIGNAL_FOLDER=ORIGINAL+PROCESSED ! /SIGNAL_NAMES= /FROM_SEGMENT_CS=VLAB /TO_SEGMENT_CS=LAB ! /RESULT_TYPES= ! /RESULT_FOLDERS= ! /RESULT_NAME= ! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=TRUE ! /ORIENTATION_ONLY=FALSE /USE_DATA_RATE=TRUE
visual3d/documentation/pipeline/signal_commands/transform_data_coordinate_system.txt · Last modified: 2024/11/26 20:58 by wikisysop