Documentation Site Map Main Page Reference List Motion Capture Visual3D Overview Visual3D Installation License Activation Getting Started Visual3D Documentation Overview Pipeline Commands Reference Expressions Overview CalTester Mode Overview List of Tutorials Visual3D Examples Overview Troubleshooting Sift Sift Overview Installation Getting Started Sift Documentation Overview Knowledge Discovery for Biomechanical Data Tutorial Overview Troubleshooting Inspect3D Inspect3D Overview Inspect3D Installation Overview Inspect3D Getting Started Overview Inspect3D Documentation Overview Knowledge Discovery in Inspect3D Inspect3D Tutorials Overview Troubleshooting DSX Suite DSX Overview DSX Definitions DSX Suite Installation DSX Tutorials DSX Release Notes xManager Overview PlanDSX Overview Surface3D Overview Orient3D Overview CalibrateDSX Overview Locate3D Overview X4D Overview
This is an old revision of the document!
**set_data_to_new_values** | | |**/signal_types=** |the type of signal to be processed | |**/signal_names=** |the names of the signals to be processed | |**/signal_folder=** |the name of the signal folder | |**/signal_components=** |the signal components to be modified | |**/result_suffix=** |optional suffix to add to the result name | |**/result_folder=** |the folder for the results | |**/start_frame=\** |start frame | |**/end_frame=** |end frame | |**/[[visual3d:documentation:c3d_signal_types:event_label_data_type#event_sequence|event_sequence]]=**|a list of events (separated by "+" signs). for example, lhs+rto | |**/[[visual3d:documentation:c3d_signal_types:event_label_data_type#exclude_events|exclude_events]]=**|exclude sequences containing these events. | |**/use_point_rate=** |(true or false) explicitly uses the motion capture point rate. | |**/replacement_values=** |the new signal value at each frame | |**/threshold_high=** |optional. replace only if signal values is greater that this threshold| | |default=data_not_found | |**/threshold_low=** |optional. replace only if signal values is greater that this threshold| | |default=data_not_found | **;** set the frames of data from start_frame to end_frame and/or from start event to end event. if a target signal is set to data_not_found, all components of the signal are set to data_not_found. **replacement_value, threshold_high, and threshold_low** can be expressions ===== example: using a metric values as the low threshold ===== set_data_to_new_values_example_dlg.jpg this example could use an expression instead of simply a metric value set_data_to_new_values_example_dlg2.jpg \\ ===== example: change missing data to zero ===== visual3d has a special number which we refer to as data_not_found. the actual value used internally is -999999 the following command properties will change every occurrence of data_not_found to 0 \\ set_data_to_new_values_3.jpg }}}}