User Tools

Site Tools


visual3d:documentation:pipeline:file_commands:modify_point_rate

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:pipeline:file_commands:modify_point_rate [2024/07/03 17:28] – removed sgrangervisual3d:documentation:pipeline:file_commands:modify_point_rate [2025/05/22 16:04] (current) – Cleaned up page for a customer. Still needs to be put into Pipeline project format. wikisysop
Line 1: Line 1:
 +====== Modify Point Rate ======
 +
 +This command allows the user to modify the [[visual3d:documentation:c3d_signal_types:target_data_type|point]] and/or [[visual3d:documentation:c3d_signal_types:analog_data_type|analog rate]] in the [[visual3d:documentation:c3d_signal_types:c3d_format|C3D file]]. Care should be taken when doing this, as the motion capture vendor's metadata for their measurements should not be edited lightly.
 +
 +The motivating use case for this command is the fact that some motion capture systems have limits on the POINT sampling rate. If the user wants to collect ANALOG data using a motion capture A/D board, for example, and chooses not to collect point data then the C3D analog rate is still restricted to an artificial (and meaningless) point rate. The Modify_Point_Rate command allows the user to modify the rates stored within the C3D file to avoid this limitation.
 +
 +<code>
 +Modify_Point_Rate
 +/POINT_RATE=
 +/ANALOG_RATE=
 +! /OVERWRITE_C3D_FILE=FALSE
 +;
 +</code>
 +
 +Note that the user should set both the POINT and the ANALOG rate with the same command.
 +
 +===== Example: Analog Ratio of 1 =====
 +
 +For example, to set the Point and Analog rate to 1600, which will produce an analog ratio of 1.
 +
 +<code>
 +Modify_Point_Rate
 +/POINT_RATE=1600
 +/ANALOG_RATE=1600
 +! /OVERWRITE_C3D_FILE=FALSE
 +;
 +</code>
 +
 +This is useful for analog-only c3d files because [[visual3d:documentation:c3d_signal_types:event_label_data_type|Event Labels]] can only be computed at POINT rate.
 +
 +===== See Also =====
 +
 +[[Visual3D:Documentation:Pipeline:General_Information:Pipeline_Commands_Reference|Back to Pipeline Commands Reference]]
 +
 +
  
visual3d/documentation/pipeline/file_commands/modify_point_rate.1720027718.txt.gz · Last modified: 2024/07/03 17:28 by sgranger